Tab Notes
Add notes to your Chrome tabs. Just for Michael
What is Tab Notes?
Tab Notes is a Chrome extension developed by Swaraj, and its main feature is "Add notes to your Chrome tabs. Just for Michael".
Extension Screenshots
Download Tab Notes Extension CRX File
Download Tab Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions. ~ Swaraj Banerjee
Extension Basic Information
Name | Tab Notes |
ID | jgodkedciialncikdiiaicbpfhgdagfk |
Official URL | https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk |
Description | Add notes to your Chrome tabs. Just for Michael |
File Size | 45.1 KB |
Installation Count | 292 |
Current Version | 1.1 |
Last Updated | 2014-07-01 |
Publish Date | 2014-07-01 |
Rating | 3.75/5 Total 4 Ratings |
Developer | Swaraj |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Notes", "description": "Add notes to your Chrome tabs. Just for Michael", "version": "1.1", "icons": { "16": "images\/notepadIcon16.png", "48": "images\/notepadIcon48.png", "128": "images\/notepadIcon128.png" }, "background": { "scripts": [ "vendor\/md5.min.js", "utils.js", "background.js" ] }, "permissions": [ "tabs", "storage" ], "page_action": { "default_icon": { "19": "images\/notepadEmpty19.png", "38": "images\/notepadEmpty38.png" }, "default_title": "View Tab Note", "default_popup": "note.html" } } |