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
Kartik Gupta
78b0b5d229
Changes made :
...
1. The size of the panel will adjust according to the length of the text.
2. The overflow of the text would break in new line. (Actual bug fixed)
3. Made history links clickable.
4. Beautified the extension panel.
2016-10-11 03:42:51 +05:30
wbamberg
59f995ebf0
Merge pull request #93 from freaktechnik/master
...
Add an example on how to use webpack with webextensions
2016-09-29 10:07:43 -07:00
Martin Giger
7812c6ae9d
Fix messed up git mv
2016-09-29 18:42:59 +02:00
Martin Giger
1974e3cea6
Improve documentation and move build target to addon folder
2016-09-29 12:11:56 +02:00
wbamberg
47a9c3b34b
Merge pull request #96 from mdn/embedded-readme
...
updated README files for embedded webextension examples
2016-09-24 07:58:58 -07:00
Will Bamberg
f762dd432e
updated README files for embedded webextension examples
2016-09-23 14:59:53 -07:00
wbamberg
b9ec07bc68
Merge pull request #94 from rpl/examples/hybrid-addons
...
added examples of sdk and bootstrapped add-ons transitioning to a webextension
2016-09-23 11:41:46 -07:00
Luca Greco
5b3cee9db6
fix: trailing comma in packed.json
2016-09-23 20:22:55 +02:00
Luca Greco
0d5ded8403
fix: use the 'browser' API namespace everywhere.
2016-09-23 20:11:25 +02:00
Luca Greco
eed3665ee8
added hybrid sdk and bootstrapped add-ons transitioning to webextensions.
2016-09-23 17:53:08 +02:00
Martin Giger
71641abd14
Add an example on how to use webpack with webextensions
2016-09-21 17:45:11 +02:00
wbamberg
ed25a238bf
Merge pull request #92 from rpl/webnav
...
add webNavigation API and webNavigation event filters example
2016-09-15 11:55:29 -07:00
Luca Greco
65a630b881
add webNavigation events and webNavigation UrlFilter example.
2016-09-15 12:31:59 +02:00
wbamberg
dae0202596
Merge pull request #89 from mdn/native-messaging
...
Added native messaging example
2016-09-12 14:41:39 -07:00
Will Bamberg
9055c90932
Updated links to point to MDN, and added link to troubleshooting guide
2016-09-12 14:41:03 -07:00
Will Bamberg
d2a3254a6f
Remove JSON description for inpage toolbar example, as that example has been removed
2016-08-30 16:36:08 -07:00
Will Bamberg
b3679de930
Actually add README
2016-08-30 16:31:34 -07:00
Will Bamberg
6a25bf34c5
Try using a batch file to run Python.
2016-08-30 16:05:47 -07:00
Will Bamberg
f99fdd3a20
Updates to Windows version
2016-08-30 15:04:08 -07:00
Will Bamberg
e21835e0aa
Added Windows support (in theory)
2016-08-29 14:57:35 -07:00
Will Bamberg
31b3f1b3ee
Added native messaging example
2016-08-26 22:05:31 -07:00
wbamberg
09b62d3285
Merge pull request #88 from makyen/master
...
Change apply-css icon color to red so it is visible in Firefox Developer Edition
2016-08-25 20:25:00 -07:00
Makyen
b3e519e110
Change apply-css icon color to red (matches border and is visible in Developer Edition)
2016-08-24 16:46:32 -07:00
Makyen
f6068c9a06
Change apply-css icon color to red (matches border and is visible in Developer Edition)
2016-08-24 16:45:39 -07:00
wbamberg
413ff5ac21
Merge pull request #87 from rpl/fix/74
...
remove inpage-toolbar-ui example
2016-08-23 07:55:41 -07:00
Luca Greco
71ecdfacd2
remove inpage-toolbar-ui example
...
Based on the discussion in #74 , we decided to remove this example
to prevent it to seem as the suggested way to expose
"security/privacy" sensible UI elements to a potentially malicious page.
Even if there are probably reasonable scenarios where this feature
can be used, it is currently perceived as a replacement for a
browser toolbar UI element, which is not.
2016-08-23 15:37:48 +02:00
wbamberg
65bbc71103
Merge pull request #85 from mdn/apply-css
...
New example, showing insertCSS and removeCSS
2016-08-17 15:55:51 -07:00
Will Bamberg
9e6945676c
Update based review comments, and show action only in http(s) pages
2016-08-17 15:54:02 -07:00
Will Bamberg
c3eff787af
Added comments to apply-css/background.js
2016-08-17 11:24:35 -07:00
Will Bamberg
c4b5b841f1
New example, showing insertCSS and removeCSS
2016-08-17 11:21:30 -07:00
wbamberg
837b87c5b0
Merge pull request #84 from bobsilverberg/history-deleter
...
history-deleter: Move the comment about limiting items to the place it belongs
2016-08-16 08:19:07 -07:00
Bob Silverberg
69de139c81
Move the comment about limiting items to the place it belongs.
2016-08-16 11:04:27 -04:00
chrisdavidmills
5c9c3ccb4f
fixing overflow bug in quicknote popup
2016-08-03 19:32:27 +01:00
chrisdavidmills
95f74ef447
removing getAllCookieStores() example for now, as it doesnt make much sense
2016-08-01 13:21:25 +01:00
chrisdavidmills
49634fb685
moving getCookieStores() example to somewhere where it might be a little more effective
2016-08-01 13:11:04 +01:00
chrisdavidmills
d3775353d0
adding getAllCookieStores example
2016-08-01 13:07:41 +01:00
chrisdavidmills
a88ad30cdf
adding onChange example code
2016-08-01 12:40:44 +01:00
chrisdavidmills
8285298a5d
making small fix to examples.json
2016-08-01 11:45:03 +01:00
chrisdavidmills
00c563cee1
adding cookie example — cookie-bg-picker
2016-08-01 11:33:16 +01:00
Will Bamberg
ec1830914e
Remove duplicated function
2016-07-19 12:57:18 -07:00
wbamberg
83bdefd6a4
Merge pull request #73 from kumar303/chill-out
...
Removed duplicate properties in manifest
2016-06-30 14:45:01 -07:00
Kumar McMillan
cc25eb4e25
Removed duplicate properties in manifest
2016-06-30 16:41:03 -05:00
Will Bamberg
b5a5132645
update context-menu-demo's strict_min_version
2016-06-23 11:06:12 -07:00
Will Bamberg
41348b4f13
add strict_min_version to history_deleter
2016-06-22 09:13:23 -07:00
wbamberg
08bb223a80
Added history-deleter to examples.json
2016-06-22 09:06:23 -07:00
wbamberg
599c5e0c60
Merge pull request #68 from andymckay/history
...
provide an example using the history api
2016-06-22 17:00:21 +01:00
wbamberg
2e12265ec5
Merge pull request #67 from lv7777/master
...
create new feature.(alert info)
2016-06-16 11:28:08 +01:00
oonuma ryouyu
5829bae7d1
fix formatting and variable name #67
2016-06-15 10:02:05 -07:00
Andy McKay
e6bbf3d41b
provide an example using the history api
2016-06-10 16:29:57 -07:00