SiteNotes

Keep notes in your browser associated with your current URL.

Wat is SiteNotes?

SiteNotes is een Chrome-extensie ontwikkeld door aleks.krnjaic, en de belangrijkste functie is "Keep notes in your browser associated with your current URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SiteNotes

Download SiteNotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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-                    

Basisinformatie over de Extensie

Naam SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
Officiële URL https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Beschrijving Keep notes in your browser associated with your current URL.
Bestandsgrootte 21.58 KB
Aantal Installaties 19
Huidige Versie 1.1
Laatst Bijgewerkt 2016-04-17
Publicatiedatum 2016-04-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar aleks.krnjaic
Betalingswijze free
Ondersteunde Talen 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"
    ]
}