Commit Graph

158 Commits

Author SHA1 Message Date
Erayd
b0d84370a0 Implement basic auth (#6)
* Fix indentation & add permissions for basic auth

* Implement basic auth

* Remove debug statement

* s/browser/chrome/g

* Use one global tab-update listener

* Make webRequest permissions on-demand
2018-04-21 20:58:37 +12:00
Erayd
6efaa5ef36 Add button to remove domain filter (#7)
* Add button to remove domain filter

* Fix removing hint via backspace when search text is present

* Move trim & fuzzy-enabled into search function

* Simplify code

* Use a more descriptive name
2018-04-21 20:46:59 +12:00
Erayd
9c6b7237f5 Port Maxim Baz's form-fill logic (#5)
* Port Maxim Baz's injected form-fill logic
* Add hotkey to manifest
2018-04-20 07:33:16 +12:00
Erayd
9ca48cea41 Implement fetch (#4)
* Implement fetch & launch action
* Fix scroll behavior
* Remove horizontal scrollbar
* Add stubs for filling username / password
* Don't pre-filter for chrome:// URLs
* Add inject.js
2018-04-20 00:40:22 +12:00
Erayd
92f2ecea1b Implement search (#3)
* Handle settings response properly
* Change location of default store settings
* Generate chrome extension
* Move popup into its own folder
* Move distribution javascript into new folder
* Remove checkpoint
* Ignore dist JS files
* Rename background source file
* Update clean rule
* Fix make rule for generated files
* Also tidy CSS files
* Implement searching
* Add icon to search bar
* Add copy-password action
* Add copy-user action
* Add launch action
* Button styling
* Send action to backend
* Set targets to .PHONY
* Highlight the first entry
* Allow disabling fuzzy search by starting search with a space
2018-04-19 23:57:51 +12:00
Erayd
cc6aa2440d Barebones implementation of 'list' action (#2) 2018-04-16 10:58:51 +12:00
Erayd
0f76a9f4e3 Initial structure and settings management (#1) 2018-04-14 22:06:28 +12:00
Erayd
08d44ac641 Create master branch 2018-04-09 09:36:15 +12:00