Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.44 KB

TODO.md

File metadata and controls

33 lines (23 loc) · 1.44 KB

TODO

Permissions [OUTDATED]

The tabspermission gives a warning about having access to the browsing history.

FYI: activeTab gives you:

  • Call runtime.executeScript or runtime.insertCSS on that tab.
  • Get the URL, title, and favicon for that tab via an API that returns a tabs.Tab object (essentially, activeTab grants the tabs permission temporarily).

Generative

  • Use $ to prefix fns
  • Import chance fns w/o 'chance.' prefix, add identity and concat
  • Integrate generative into options and -run scripts
  • Make parse return a fn that will be called by -run when filling in the form inst. of a value
  • Brief docs
  • Options: add 'Powered by' chance, sizzle, _, jsoneditor, Ace

Other

  • Make browser action icon more reliable
  • Better logging of save form when not matches
  • Make it work with forms using React - trigger events it listens to; experiment with http://jsfiddle.net/zcz1p35n/4/