SiteNotes

Keep notes in your browser associated with your current URL.

What is SiteNotes?

SiteNotes is a Chrome extension developed by aleks.krnjaic, and its main feature is "Keep notes in your browser associated with your current URL.".

Extension Screenshots

screenshot

Download SiteNotes Extension CRX File

Download SiteNotes 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

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

Extension Basic Information

Name SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
Official URL https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Description Keep notes in your browser associated with your current URL.
File Size 21.58 KB
Installation Count 19
Current Version 1.1
Last Updated 2016-04-17
Publish Date 2016-04-17
Rating 5.00/5 Total 1 Ratings
Developer aleks.krnjaic
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}