Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas for chrome extension examples #27

Open
9 of 11 tasks
shiffman opened this issue Nov 13, 2015 · 3 comments
Open
9 of 11 tasks

Ideas for chrome extension examples #27

shiffman opened this issue Nov 13, 2015 · 3 comments

Comments

@shiffman
Copy link
Collaborator

Possible Examples

  • content script skeleton with browser action
  • content script skeleton with page action
  • browser action with pop-up skeleton
  • swap images on page and alter text content, inspiration: girlsvsgit
  • search page for text, redact that text, inspiration: shaved bieber
  • replace default new tab page, inspiration: code doodles
  • incorporating p5 into content.js (canvas overlay, etc.)
  • omnibox
  • 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
@shekit
Copy link

shekit commented Nov 13, 2015

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

@rlieberman
Copy link

An example that replaces images on the page!

@shiffman
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants