29 Commits

Author SHA1 Message Date
rebloor
82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
Alexis Launay
42660a4f5c Add fr_FR translation to notify-link-clicks-i18n (#223) 2017-05-23 17:25:58 -07: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
587ecfc504 Remove applications key wherever possible (#144) 2016-11-18 14:14:25 -08:00
wbamberg
c5d69d15d6 Rewrite examples to use browser.* and promises (#138) 2016-11-15 10:12:55 -08:00
capaci
586352c769 Added portuguese translation to notify-links-clicks-i18n extension
Signed-off-by: capaci <rafaelcp123@gmail.com>
2016-10-11 12:14:37 -03:00
Wollern
5416339e13 Changed the name from "no" to "nb_NO"
Changed the name from "no" to "nb_NO"
2016-05-31 08:15:10 +02:00
Wollern
3161f98eb6 Updated the file name from nob to no
To support the Norwegian Language
2016-05-31 08:01:08 +02:00
Wollern
b1de9b7b8c Added "Norwegian Bokmål" lanugage
Added language support for Norwegian Bokmål. (the most common Norwegian
language)
2016-05-30 08:51:14 +02: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
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
612b34e46c update notify-link-clicks-i18n's strict_min_version 2016-02-19 13:32:59 -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
wbamberg
8cfcdb7696 Merge pull request #34 from lv7777/master
add _locales/ja
2016-01-30 23:25:16 -08:00
oonuma ryouyu
e0336c4a6c add _locales/ja 2016-01-30 15:23:16 +09:00
Will Bamberg
bba84627ab Fix review comments: https://github.com/mdn/webextensions-examples/issues/30#issuecomment-172649839
* added README
* moved listeners above addListener calls
2016-01-19 15:30:21 -08:00
Will Bamberg
b636b41f1b added short comments for all JS functions 2016-01-14 15:06:44 -08:00
Will Bamberg
541078a65f added strict_min_version to manifest.json 2016-01-14 12:02:44 -08:00
Will Bamberg
4cb4a7bd55 use the right size icons 2016-01-14 11:25:15 -08:00
Will Bamberg
9190a850f1 use the 'icons' key for all examples 2016-01-13 21:03:33 -08:00
Will Bamberg
48030e5420 added homepage_url to notify-link-clicks-i18n 2016-01-06 11:46:58 -08:00
Mindaugas Jakutis
933d5df99d improve link detection in notify-link-clicks-i18n
Original approach is a bit too naive and misses all links
that contain other elements which can grab mouse clicks.
E. g. simple target checking fails on the grid @ mozilla.org.

Traversing up the tree to look for valid links fixes this problem.
2016-01-06 09:06:02 +02:00
Will Bamberg
c289fac208 Added Dutch localization: thanks @Volluta for the translation. 2015-11-05 09:30:30 -08:00
Will Bamberg
b6c84bfbfa tweak strings in de 2015-11-04 09:05:55 -08:00
SebastianZ
3e5d634a6c Translated German strings 2015-11-04 08:23:49 +01:00
Will Bamberg
772c3727e1 more sensible version of German-language placeholders 2015-11-03 15:57:46 -08:00
Will Bamberg
937c6a3218 minor edits to locales descriptions 2015-11-03 15:45:18 -08:00
Will Bamberg
4de58493ff added localization for manifest.json strings 2015-11-03 15:41:26 -08:00
Will Bamberg
908c6be6d3 version of notify-link-clicks with i18n 2015-11-03 14:53:50 -08:00