SiteNotes

Keep notes in your browser associated with your current URL.

Cos'è SiteNotes?

SiteNotes è un'estensione di Chrome sviluppata da aleks.krnjaic, e la sua funzione principale è "Keep notes in your browser associated with your current URL.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SiteNotes

Scarica i file di estensione SiteNotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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-                    

Informazioni di Base sull'Estensione

Nome SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
URL Ufficiale https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Descrizione Keep notes in your browser associated with your current URL.
Dimensione del File 21.58 KB
Conteggio Installazioni 19
Versione Corrente 1.1
Ultimo Aggiornamento 2016-04-17
Data di Pubblicazione 2016-04-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore aleks.krnjaic
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}