Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 896 Bytes

browser-extensions.md

File metadata and controls

17 lines (10 loc) · 896 Bytes

Chrome Extension Development


Official Documentation

  • Chrome Official Docs
  • Mozilla Official Docs In some cases chrome extensions won't work on mozilla and other mozilla based browsers. The reasons are mostly additional permissions you need to include in your manifest.

Cheatsheets

  • XPath cheatsheet Using XPath selectors rather than the traditional CSS query selectors, helps your extension survive a little bit longer. The main problem with extensions and selectors, is that if the targeted website, decides to redesign, this will most likely break your code.

https://github.com/dakaraphi/webextension-common