CHROME EXTENSIONS
1. Mimick chrome tutorial extension (DONE)
2. Vimlike (DONE)
Vim-like key shortcuts in browser, mapping keyboard events to page updates.
Extension in the store called Vimimum performs far better (using caffee)
3. Play youtube videos on popup page
Unable to have it shown on a popup page due to API issue.
Seems by default external js library are not allowed
Raised thread : https://github.com/google/google-api-javascript-client/issues/64
4. Synonmyn on ominibar
Ominibar event triggering search on theasaurus.com and display synonmyn match to the keyed in words
Only one synonmyn shown, and not necessarily the best one, should show more (todo)
5. Memory Monitor (DONE)
Uses sys.memory to check the percentage usage of memory and shows it on a browser action
6. Timer (DONE)
Displays the time I spend on a given website
7. Synchronise tabs management across browsers
A online storage of which tabs to close and open <http://www.ituring.com.cn/article/60274>
Look for open tabs in history <http://www.ituring.com.cn/article/66064>
Close and open tabs <http://www.ituring.com.cn/article/66275>
8. Wikipedia reference for highlighted words (dictionary)
Or should be right-click event
9. Extension to switch on/off the other extensions
A extension for managing the extensions <http://www.ituring.com.cn/article/66195>
FURTHER IDEAS:
- Reload a webpage at regular intervals http://www.ituring.com.cn/article/66275 update
- A news feed collector
- Screen capture of the webpage in the tab http://www.ituring.com.cn/article/66275 captureVisibleTab
- Inject changes to the content of a webpage http://www.ituring.com.cn/article/66275##footer executeScript
- Download files from page http://www.ituring.com.cn/article/72765
KNOW MORE: - Proxy http://www.ituring.com.cn/article/72770