Commit Graph

422 Commits

Author SHA1 Message Date
Rob Wu
e37fd0510f Add example for access keys in menus and feature detection (#390) 2019-01-04 13:40:05 -08:00
wbamberg
04ab5ab0e4 Added an example of the search API (#372)
* Added an example of the search API

* Fix manifest.json
2018-10-12 11:22:27 -07:00
wbamberg
fc73e0088f Add note on Chrome support (#374) 2018-09-05 11:03:45 -07:00
Rob Wu
4c3d87e214 Add example for menus.getTargetElement API (#369) 2018-09-05 11:02:53 -07:00
wbamberg
7d587095ac Add an example using webRequest.getSecurityInfo() (#362)
* Add an example using webRequest.getSecurityInfo()

* Don't collect root certs if isUntrusted===true
2018-08-30 10:55:06 -07:00
wbamberg
aecec4c2ab Document examples.json (#365) 2018-07-23 16:23:51 -07:00
Nicholas Hansen
ec731d4cee Fixed match error (#360)
The
2018-06-08 11:36:01 -07:00
Daniel Dawson
8694314d5a Fix end tag in HTML fragment. (#355) 2018-04-23 14:32:28 -07:00
Will Bamberg
c11a9dd78d Update examples.json 2018-03-22 15:05:57 -07:00
wbamberg
3a89962a2f Demonstrate changing keyboard shortcut values (#347)
* Demonstrate changing keyboard shortcut values

* Add applications key

* Update README
2018-03-22 14:21:50 -07:00
Andy
3267c485c2 add in a syncing version of favourite color 2018-03-14 14:34:18 -07:00
wbamberg
c396327757 Make menus calls synch (#345) 2018-03-08 08:02:05 -08:00
Will Bamberg
395210c046 update examples.json 2018-03-02 14:58:51 -08:00
wbamberg
67e7cfa1f0 Add an example for menus.onShown and menus.refresh() (#343)
* Add an example for menus.onShown and menus.refresh()

* Add version

* Remove unusued variable; use strict
2018-02-28 16:49:04 -08:00
wbamberg
5aadfbd4f0 Use a valid version number for private-browsing-theme (#342) 2018-02-28 16:41:29 -08:00
Roman Ilyushin
355786fc74 Update react, webpack and babel packages as well as their configs (#337) 2018-02-09 16:06:04 -06:00
wbamberg
33d8fba6a8 Added an example for contentScripts.register (#325)
* Added an example for contentScripts.register

* Use messaging instead of getBackgroundPage
2018-01-26 13:11:06 -08:00
Luca Greco
5d20372527 fix: Update devtools.panels.create icon and panel urls to work correctly on Firefox >= 58 (#336) 2018-01-26 11:26:13 -08:00
Amie Chen
61ebdff411 update to correct link on network-messaging readme (#334)
* update to correct link on network-messaging readme

* update the mac osx manifest location as well
2018-01-17 11:54:13 -08:00
Will Bamberg
416199ccf9 Update examples.json 2018-01-09 16:26:02 -08:00
wbamberg
baaa765140 Update onCommand action for the commands example (#332) 2018-01-03 09:06:15 -08:00
Allen
3389c0832b update README (#330) 2017-12-27 23:51:26 -08:00
Teja Vardhan Reddy Narala
5c5fdb9d37 Typo fix in Heading (#328) 2017-12-14 10:30:23 -06:00
wbamberg
bc48cbf63e Add icons for history-deleter (#327) 2017-12-13 16:04:43 -06:00
Andy McKay
8b5f320c1a add in navigation types (#305) 2017-12-08 09:53:33 -08:00
Andy
5a10260adf add in the word separately, fixes #276 2017-12-08 09:24:26 -08:00
Andy McKay
c2692937c8 Merge pull request #323 from mmarzantowicz/patch-1
Use for...in instead of for...of
2017-12-08 09:10:46 -08:00
Mateusz Marzantowicz
6e542bd6d0 Use for...in instead of for...of 2017-12-08 16:13:13 +01:00
Nikita
6122bf9c9d 138 line - typo: engnie -> engine (#320) 2017-12-04 08:02:11 -08:00
wbamberg
3fb6017d43 Update README.md 2017-11-14 18:51:37 -08:00
Tim Nguyen
b5242f8748 Add theme integrated sidebar example (#308) 2017-11-07 14:29:07 -08:00
Tim Nguyen
3e2d1833d7 Add per-window theme example: private browsing theme (#307) 2017-11-07 10:56:55 -08:00
Andy McKay
6bdef335df Check config on Windows (#292)
* add in a basic Windows config check script

* feedback from wbamberg
2017-11-01 13:38:50 -07:00
Andy McKay
0fad0c9a4c add in a runtime example (#304)
* add in a runtime example

* updated based on feedback
2017-11-01 13:36:36 -07:00
wbamberg
37cb9f7a84 Improve content script injection (#240)
* Improve content script injection

* Add an error handler for content script injection

* Use a guard variable in the content script, instead

* Fix comment

* Ensure tabID is unchanged; fix image styles

* Only inject script once; use CSS to hide page

* Display an error when the script can't be executed; document other limitations

* Log error on script execute failure
2017-11-01 11:25:34 -07:00
Andy McKay
8978d251a3 add in some reader mode fun (#303) 2017-10-27 13:32:35 -07:00
Andy McKay
b52844d11f show a tab count on the badge (#302) 2017-10-26 14:50:32 -07:00
wbamberg
dabfe5c721 Update examples.json, remove index from README (#301) 2017-10-25 13:26:21 -07:00
Andy McKay
17a58bc196 add in managed example (#287)
* add in managed example

* Updated favourite-colour README to point to the storage.managed documentation
2017-10-24 16:34:28 -07:00
wbamberg
b269b12a61 Add an example of how to use export helpers in content scripts (#86)
* Added example of using export helpers

* stop using wrapedJSObject with exportFunction; remove createObjectIn

* Updated for review comments

* Fix content_scripts 'matches' property
2017-10-23 16:21:24 -07:00
wbamberg
c88c967c1f Added a new example, session-state (#300)
* Added a new example, session-state

* Review comments from andym

* Only remove the listener if this is our tab
2017-10-17 15:10:52 -07:00
Andy McKay
e9df4c9f8f fix broken gecko entry (#295) 2017-10-06 13:06:54 -07:00
Andy McKay
93711a6a48 add in different theme images (#294) 2017-10-06 12:57:07 -07:00
Yassine Chaouche
f635b67a20 update examples.json (#291)
Add browserAction.setTitle in the javascript_api list of the bookmark-it example.
2017-10-02 08:17:20 -07:00
Andy McKay
3bea6540a9 create a find example (#284)
* create a find example

* update as per feedback
2017-09-21 16:58:49 -07:00
wbamberg
29345544c9 Add some icons (#285) 2017-09-15 13:45:26 -07:00
Andy McKay
378df04feb add in simple http-response example (#281)
* add in simple http-response example

* move to 57.0a1
2017-09-15 13:15:30 -07:00
Maxim Zalata
f369ddc642 convert chrome. to browser. Issue #165 #166 (#262)
* convert chrome. to browser. Issue #165

* fix browser-polyfill

* convert chrome.* to browser.* (#166)

* convert chrome.* to browser.*

* change chrome to browser

* change the callback-style to promise-style

* change the callback-style to promise-style
2017-09-11 15:23:41 -07:00
wbamberg
8daa8b29c2 Update examples.json for contextMenus->menus change (#282) 2017-09-08 16:12:19 -07:00
wbamberg
179836d794 Update context-menu-demo (#272)
* Update context-menu-demo

* Some cleanup, and note from cross-browser compat
2017-09-08 16:07:36 -07:00