A2Z-F15 icon indicating copy to clipboard operation
A2Z-F15 copied to clipboard

Ideas for chrome extension examples

Open shiffman opened this issue 9 years ago • 3 comments

Possible Examples

  • [x] content script skeleton with browser action
  • [x] content script skeleton with page action
  • [x] browser action with pop-up skeleton
  • [x] swap images on page and alter text content, inspiration: girlsvsgit
  • [x] search page for text, redact that text, inspiration: shaved bieber
  • [x] replace default new tab page, inspiration: code doodles
  • [x] incorporating p5 into content.js (canvas overlay, etc.)
  • [x] omnibox
  • [x] incorporating APIs - wordnik? google image search?
  • [ ] API request without p5
  • [ ] gmail hacks: https://github.com/KartikTalwar/gmail.js

Topics

  • Content vs. everything else (popup, background, other views, etc.)
  • Chrome APIs
    • Alarms API
    • is browser idle or active?
    • omnibox keyword events
    • tabs and windows
    • tts (text-to-speech)
    • webRequest

shiffman avatar Nov 13 '15 11:11 shiffman

Any example that is talking between the popup, content script and the background script will be helpful. Still unsure how that communication channel flows.

shekit avatar Nov 13 '15 14:11 shekit

An example that replaces images on the page!

rlieberman avatar Nov 13 '15 15:11 rlieberman

The notes are now completed.

http://shiffman.github.io/A2Z-F15/week10/notes.html

They need a proofing as well as some fleshing out to provide a more of a walk-through some key elements that are in the examples. But for now they provide an overview with links to more comprehensive tutorials. All the examples are commented which should make up a little bit for what is missing.

I plan on making video tutorials for these soon as well.

shiffman avatar Nov 25 '15 02:11 shiffman