Commit Graph

303 Commits

Author SHA1 Message Date
Matthew Wein f5e9fbdf35 Add Omnibox API example (#164)
* Add Omnibox API example

* Add an example for the omnibox api

* Resolved pull request comments and did some minor refactoring

* Resolved pull request comments and did some minor refactoring

* Fix error when handling default suggestion

* Fix error when handling default suggestion

* Require Firefox 52, update version to 1.0, and update match pattern to be more specific
2016-12-16 15:26:19 -08:00
Shubheksha Jalan 087c8a2f06 fixed manifest.json of context-menu-demo to make it comply with il8n (#163) 2016-12-13 06:36:52 -10:00
Kumar McMillan d12e2847a6 Example using React / ES6 (#155) 2016-12-13 05:54:23 -10:00
Andy McKay 62cd6d0a12 make user-agent check case insenstive (#161)
Looks & works fine, thanks @andymckay !
2016-12-12 14:32:39 -08:00
wbamberg dd22610f92 Add note about content scripts not working om the AMO site (#160)
Fix for https://github.com/mdn/webextensions-examples/issues/120.
2016-12-12 11:02:16 -08:00
wbamberg 24a86946fe Make URL argument absolute (#154) 2016-12-07 15:56:43 -10:00
wbamberg af504033f2 Fix issue #152: no need to use getURL (#153) 2016-12-07 15:32:46 -10:00
sneakypete81 8638cd7698 Modify mocha-test-clients to use Karma (#149) 2016-12-01 16:08:31 -06:00
Mykyta Khmel 395786e353 Create an example that includes tests and how to run them. #122 (#130) 2016-11-30 17:09:28 -06:00
wbamberg 01181a350b Update CONTRIBUTING.md 2016-11-21 11:26:29 -08:00
Kumar McMillan dcdd025cb2 fixed readme, added clarifying comments to the source (#147) 2016-11-21 10:20:26 -06:00
Kumar McMillan e4eeac9504 Merge pull request #128 from iampeterbanjo/eslint-example
Eslint example
2016-11-21 10:10:00 -06:00
wilkinv be19f35145 Added emoji (#146) 2016-11-20 14:31:44 -08:00
iampeterbanjo 6c4e7c8bc0 remove import comments 2016-11-19 05:34:07 +00:00
wbamberg 75903449f7 Update examples.json (#145)
* Update examples.json and simplify structure.
2016-11-18 16:19:42 -08:00
wbamberg 587ecfc504 Remove applications key wherever possible (#144) 2016-11-18 14:14:25 -08:00
wbamberg dbee78a546 Improve, update, and clarify CONTRIBUTING.md (#142) 2016-11-17 11:23:07 -08:00
Andy McKay 8fc5e1e3d0 add in code of conduct (#143) 2016-11-16 15:49:34 -08:00
Andy McKay 65400e7bbf add in tabs permission to access the title (#140) 2016-11-16 15:18:13 -08:00
Andy McKay c238a5774c Merge pull request #135 from iampeterbanjo/tabs-tabs-switch-tabs
add tabs-tabs-tabs example to show switching active tabs
2016-11-16 13:19:43 -08:00
iampeterbanjo 1f7fed3bab merge conflict with mdn/master 2016-11-16 19:44:50 +00:00
iampeterbanjo 838b457c07 merge conflict with mdn/chrome-browser and list tabs 2016-11-16 19:33:17 +00:00
wbamberg c5d69d15d6 Rewrite examples to use browser.* and promises (#138) 2016-11-15 10:12:55 -08:00
Will Bamberg 974d8c58a6 Don't use template literal where it's not needed 2016-11-15 10:11:27 -08:00
Andy McKay 664239dac0 expand readme a little to outline what it does (#139) 2016-11-15 09:48:15 -08:00
iampeterbanjo c0f43dcc54 mv .gitignore. fix indents. update eslint config. use export and global to fix eslint errors 2016-11-15 05:46:35 +00:00
Will Bamberg 328fdb32b7 Rewrite examples to use browser.* and promises 2016-11-10 16:17:58 -08:00
Xue Fuqiao 1e8d35ff77 Typo fix (#137)
The delete button in Quicknote should delete a note, not an extension.
2016-11-05 09:55:32 -07:00
Peter Banjo b1154b6caf Selection to clipboard (#124)
* selection-to-text example

* update icon

* update icon

* use clipboard icon

* update with requested changes

* updated strict version and wrapped clipboard copy in setTimeout to force permissions

* add note about clipboardWrite permissions inside browser event. removed permissions and setTimeout
2016-11-03 14:30:44 -07:00
Rahul Yesantharao a3782445bf Added example for the highlight method. (#126)
* Made corrections about support and code intent
2016-11-03 12:32:37 -07:00
iampeterbanjo 08a62b73c0 made requested changes 2016-11-02 20:36:44 +00:00
iampeterbanjo 70e94f85e3 add tabs-tabs-tabs example to show switching active tabs 2016-11-01 06:35:55 +00:00
iampeterbanjo fc26dd926d update with requested changes 2016-11-01 05:49:20 +00:00
Flávio da Silva Rodrigues Almeida c42a263968 WebExtension example of some windows API functions. (#123) 2016-10-31 14:16:39 -07:00
Flávio da Silva Rodrigues Almeida 81c4b3381c Added tabs.onRemoved and tabs.onMoved examples (#118) 2016-10-31 10:58:44 -07:00
Flávio da Silva Rodrigues Almeida b7048d83df Created WebExtension showing how to use the Cookies API (#114) 2016-10-31 10:34:16 -07:00
iampeterbanjo 23fe5e01db create working extension with eslint configured locally 2016-10-30 13:04:47 +01:00
iampeterbanjo 4b96f89caa add readme addresses #117 2016-10-30 08:29:32 +01:00
iampeterbanjo 3515d4f648 add eslint example 2016-10-29 18:15:31 +02:00
Andrew Terranova 07375ca50a Adds an Emoji Substitution example (#110)
* Adds an Emoji Substitution example

* Monitors DOM for additions after initial load

* Fixes typos

* Fixes substitution ordering bug

* <textarea> bug fix. Also removes confusion between Elements and Nodes.
2016-10-24 17:08:39 -07:00
Hrishi Hiraskar 6bb818e62a Removed innerHTML (#116)
* Removed innerHTML

* Removed innerHTML

* Removed innerHTML

* Removed innerHTML
2016-10-22 09:24:33 -07:00
wbamberg 2891f53dac Merge pull request #113 from DarKFlameS/tabs-zoom-api
Added zoom api example to tabs-tabs-tabs
2016-10-20 09:54:31 -07:00
Flávio Rodrigues 8e94e8d65f Changing zoom buttons back to links. 2016-10-20 14:49:19 -02:00
Flávio Rodrigues 4882e138ac removing an accidentally forgotten console 2016-10-20 11:03:35 -02:00
Flávio Rodrigues fe4291cf11 Merge branch 'tabs-zoom-api' of https://github.com/DarKFlameS/webextensions-examples into tabs-zoom-api 2016-10-20 11:01:38 -02:00
Flávio Rodrigues 0a79d1c7a8 Customizing the panel style to make it fancy
Used the browser style property to make it possible to use the firefox style guide. more info on the guide, see the link: https://firefoxux.github.io/StyleGuide/#/controls
2016-10-20 11:00:47 -02:00
Flávio Rodrigues 130366e5f6 Customizing the panel style to make it fancy
Used the browser style property to make it possible to use the firefox style guide. more info on the guide, see the link: https://firefoxux.github.io/StyleGuide/#/controls
2016-10-20 10:58:41 -02:00
Flávio Rodrigues 67451bba0f Codding style fixes 2016-10-20 09:59:55 -02:00
Flávio Rodrigues 97bb5b978c Added zoom api example to tabs-tabs-tabs 2016-10-18 13:10:23 -02:00
wbamberg 9c64e1b6ef Merge pull request #109 from nistath/master
Unbeastifying methods
2016-10-17 11:41:43 -07:00