Commit Graph

333 Commits

Author SHA1 Message Date
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
wbamberg 06195f2e2f Merge pull request #112 from freaktechnik/master
Use browser_style in webpack example
2016-10-17 11:28:50 -07:00
EvolvedCode 23d5da2ffc Final 2016-10-17 21:09:51 +03:00
Martin Giger 2b4b64c4a3 Use browser_style in webpack example 2016-10-16 15:27:56 +02:00
EvolvedCode f8b539ea7a Botched it 2016-10-15 14:28:46 +03:00
EvolvedCode cb877de1ed Almost done 2016-10-15 14:18:31 +03:00
EvolvedCode 2c08537550 Disappearing buttons
Can't get it to work between popups.
2016-10-14 02:08:27 +03:00
EvolvedCode 2a5cd05a48 Unbeastifying methods 2016-10-14 01:25:37 +03:00
wbamberg ea49ad0f60 Merge pull request #104 from kumar303/install
Expand the installation instructions
2016-10-13 14:25:26 -07:00
Kumar McMillan bbfd1ad3df Expand the installation instructions 2016-10-13 16:18:43 -05:00
wbamberg 609c850f17 Merge pull request #108 from kumar303/chill-out-readme
Add link to page action in readme
2016-10-13 13:04:05 -07:00
wbamberg 7bd481819f Merge pull request #107 from kumar303/apply-css-readme
Link to what a page action is
2016-10-13 13:03:05 -07:00
Kumar McMillan 882a8dc12d Add link to page action in readme 2016-10-13 14:42:43 -05:00
Kumar McMillan 0636827269 Link to what a page action is 2016-10-13 14:18:33 -05:00
wbamberg 88c113b753 Merge pull request #101 from kartik95/history-deleter-panel-bug
Big fix for WebExtensions Panel auto-resize problem
2016-10-13 10:29:00 -07:00
Kartik Gupta 8ca2a258ae Corrected indentation. 2016-10-13 22:19:37 +05:30
Kartik Gupta b3535aae5a Changed .innerHTML to .textContent 2016-10-13 21:53:21 +05:30
Kartik Gupta 8f4536f605 Using getElementsByClassName instead of getElementById. 2016-10-12 22:03:36 +05:30
Andy McKay 27935267bd Merge pull request #102 from capaci/master
Added portuguese translation to notify-links-clicks-i18n extension
2016-10-12 09:18:45 -07: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
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