mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Initial ramblings about making addons
This commit is contained in:
parent
02cf7cbf51
commit
d8476f6101
1 changed files with 18 additions and 0 deletions
18
workflow.md
Normal file
18
workflow.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Playing with Firefox background scripts
|
||||||
|
1. about:debugging - load temporary addon
|
||||||
|
2. click "debug"
|
||||||
|
3. click "console"
|
||||||
|
4. disable most things apart from logging
|
||||||
|
5. have fun
|
||||||
|
|
||||||
|
|
||||||
|
# Playing with content scripts
|
||||||
|
1. about:debugging
|
||||||
|
2. dunno the rest
|
||||||
|
|
||||||
|
# Experimental WebExtension API addons
|
||||||
|
1. complicated, but Colin knows a bit.
|
||||||
|
|
||||||
|
|
||||||
|
# Compiling CoffeeScript
|
||||||
|
coffee -c script.coffee
|
Loading…
Add table
Reference in a new issue