Commit Graph

344 Commits

Author SHA1 Message Date
Chris Mills
a38468601c Fixing typo in CSS 2016-04-20 09:45:28 +01:00
Chris Mills
72ec319381 Fixed strict_min_version of Gecko 2016-04-20 09:44:24 +01:00
Will Bamberg
fda35f2e63 fix case in StorageArea 2016-04-19 21:21:01 -07:00
Will Bamberg
f8df8c1b4a added favourite-colour to examples.json 2016-04-19 20:54:48 -07:00
Will Bamberg
1421a741bb updated examples.json for commands examples 2016-04-19 20:42:24 -07:00
wbamberg
7db1588eda Merge pull request #54 from andymckay/some-options
an example using options and storage.local
2016-04-19 14:18:39 -07:00
Andy McKay
990a3be6b8 de-american-ify 2016-04-19 09:49:31 -07:00
Andy McKay
3766b1f449 add some notes 2016-04-19 09:47:59 -07:00
Andy McKay
39617d6174 rename from some options to favourite colour 2016-04-19 09:47:12 -07:00
Andy McKay
66e77bbaea some updates 2016-04-19 09:40:09 -07:00
Andy McKay
b7ecc0af99 update readme 2016-04-19 07:51:56 -07:00
Andy McKay
854d4ab5b6 Merge pull request #1 from rpl/tweak/some-options
Fix and tweaks on some-options example
2016-04-19 07:21:02 -07:00
Luca Greco
d5231fef54 some-options: tweaks on storage api usage 2016-04-19 13:58:09 +02:00
Luca Greco
d43f0927de some-options: missing storage permission in manifest.json 2016-04-19 13:57:46 +02:00
Andy McKay
8df1a69044 an options example 2016-04-18 16:03:33 -07:00
chrisdavidmills
465a495328 updating notify-link-clicks-i18n to use placeholders member in messages.json files, plus getting rid of my changes that are not needed at the moment 2016-04-12 10:47:58 +01:00
chrisdavidmills
3975b1cb1b finishing my update of the quicknote extension, to get it to use the WebExtensions Storage API. 2016-04-08 16:37:03 +01:00
chrisdavidmills
66d9a2fc82 converting storage to use WebExtension storage 2016-04-07 20:58:56 +01:00
chrisdavidmills
a953d982f9 quicknote example updated 2016-04-07 18:51:50 +01:00
chrisdavidmills
e0733efa0c quicknote example updated 2016-04-07 18:49:26 +01:00
chrisdavidmills
12917d03f2 quicknote example updated 2016-04-07 18:06:23 +01:00
chrisdavidmills
dd1c5ec974 quicknote example updated 2016-04-07 18:05:06 +01:00
chrisdavidmills
e03ef78697 adding my suggestion for the i18n example, and the beginnings of a WebExtension storage example 2016-04-07 13:08:14 +01:00
Will Bamberg
4c567ae945 change strict_min_version values so they are acceptable to AMO 2016-04-06 14:04:57 -07:00
wbamberg
200c7a3599 Merge pull request #49 from mdn/tabstabstabs-pinned
Thanks for the review!
2016-03-23 11:29:13 -07:00
Will Bamberg
18713d4a55 use currentWindow:true instead of windowId to select current window 2016-03-23 11:27:40 -07:00
Will Bamberg
ce8f0aac40 restrict to current window's tabs; fix a problem with last-pinned-tab's index 2016-03-22 16:15:06 -07:00
Will Bamberg
ef204d46ab handle pinned tabs correctly 2016-03-22 13:59:41 -07:00
wbamberg
12ca9afa94 Merge pull request #45 from matthewjwein/master
Add an example for using the commands API
2016-03-14 14:46:53 -07:00
Matthew Wein
83f4f57b14 Merge branch 'master' of https://github.com/matthewjwein/webextensions-examples 2016-03-14 16:25:35 +01:00
Matthew Wein
657178340d Sample chrome.commands.extension 2016-03-14 16:23:08 +01:00
Will Bamberg
02f0ea533d add JSON metadata file 2016-03-14 16:20:59 +01:00
Johann
90c141a350 Add an example for using the bookmarks API 2016-03-14 16:20:59 +01:00
Matthew Wein
3e49113c48 Sample chrome.commands extension 2016-03-07 15:28:03 -08:00
Matthew Wein
0964fd1167 Sample chrome.commands extension 2016-03-07 15:25:00 -08:00
Matthew Wein
3feec32b67 Sample chrome.commands.extension 2016-03-07 15:21:01 -08:00
Will Bamberg
df875e0189 add JSON metadata file 2016-02-22 17:28:54 -08:00
wbamberg
f8570c21ff Merge pull request #42 from johannhof/master
Thanks again @johannhof !
2016-02-22 14:25:04 -08:00
Johann
d37f7c0eed Add an example for using the bookmarks API 2016-02-22 23:19:24 +01:00
Will Bamberg
612b34e46c update notify-link-clicks-i18n's strict_min_version 2016-02-19 13:32:59 -08:00
Will Bamberg
1967f9ba6a move listener definitions above references 2016-02-19 13:30:32 -08:00
Will Bamberg
84c0bcf024 Added missing README files and updated some existing ones 2016-02-19 13:19:10 -08:00
Will Bamberg
37449210fe added Japanese to the list of supported languages for notify-link-clicks-i18n 2016-02-19 13:09:15 -08:00
Will Bamberg
03d2410392 Merge remote-tracking branch 'origin/master'
* origin/master:
  update version
  feedback from wil
  a tabs example
2016-02-19 13:05:45 -08:00
wbamberg
4d2cb77388 Merge pull request #37 from andymckay/tabs
Thanks @andymckay !
2016-02-17 10:30:23 -08:00
Andy McKay
c5e1b8991c update version 2016-02-17 09:41:29 -08:00
Andy McKay
38cb7bb0e7 feedback from wil 2016-02-15 11:21:16 -08:00
Andy McKay
46263764a0 a tabs example 2016-02-15 10:24:51 -08:00
Will Bamberg
43961fd973 Merge remote-tracking branch 'origin/master'
* origin/master: (34 commits)
  add _locales/ja
  Apply minor tweaks and fix typos in inpage-toolbar-ui doc and comments
  Minor tweaks on inpage-toolbar-ui stylesheet
  Add inpage-toolbar-ui add-on example
  Add 48px icon in 'icons' key
  Added README; stop using alarm name for tab ID
  Fix review comments: https://github.com/mdn/webextensions-examples/issues/31#issuecomment-172650159
  Fix review comments: https://github.com/mdn/webextensions-examples/issues/30#issuecomment-172649839
  Fix review comments: https://github.com/mdn/webextensions-examples/issues/29#issuecomment-172646879
  Fix review comments: https://github.com/mdn/webextensions-examples/issues/28#issuecomment-172645256
  add alarms permission, very minor update to a comment
  added comments to one missing file
  added short comments for all JS functions
  ask that examples should contain the  key
  added strict_min_version to manifest.json
  ask that examples include the  key
  use the right size icons
  use the 'icons' key for all examples
  updates and typo fixes for CONTRIBUTING.md
  added draft CONTRIBUTING.md
  ...
2016-02-12 11:04:32 -08:00
wbamberg
8cfcdb7696 Merge pull request #34 from lv7777/master
add _locales/ja
2016-01-30 23:25:16 -08:00