Extensions
- By Google: Browse
- Save to Google Drive
- Copy Link Text
- Screen Capture (by Google)
- Side-by-side diff view in Github
- Webpage Screenshot
- By
www.webpagescreenshot.info
- Review
- Privacy
- Apparently, "A researchers from UC Berkeley tested and review the source code of this extension."
- 100% CLEAN award granted by Softpedia
- Features
- Drawing tools, add text, crop, etc.
- By
- Secure Shell
- Terminal emulator and SSH client.
- It uses Native-Client to connect directly to ssh servers
- FAQ
- Discussion Groups
- JetBrains IDE support (for WebStorm)
- chrome-app-samples
- Security
- For Developers
Apps
Writing Extensions
- Video: Google I/O 2012 - Writing Secure Web Apps and Chrome Extensions
- altryne/extensionizr
- Extensionizr is a simple way to jump start your chrome extension development. Just select the type of extension you want, choose permissions and you're off.
- Installation
- Many sample extensions
- Developer Tools
- Extension Manifest
- Background and Event pages.
- UI
- Content Scripts
- Cross-Origin XMLHttpRequest
- chrome.* APIs
- getBackgroundPage
- Alarms API
- Omnibox
- message passing
- context menus
- commands
- Allows you to add keyboard shortcuts.
- chrome.commands.onCommand.addListener
- runtime
- tabs
- Experimental APIs
- Other APIs
- Articles