SiteNotes

Keep notes in your browser associated with your current URL.

Qu'est-ce que SiteNotes ?

SiteNotes est une extension Chrome développée par aleks.krnjaic, et sa fonction principale est "Keep notes in your browser associated with your current URL.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SiteNotes

Téléchargez les fichiers d'extension SiteNotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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-                    

Informations de Base sur l'Extension

Nom SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
URL Officiel https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Description Keep notes in your browser associated with your current URL.
Taille du Fichier 21.58 KB
Nombre d'Installations 19
Version Actuelle 1.1
Dernière Mise à Jour 2016-04-17
Date de Publication 2016-04-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur aleks.krnjaic
Type de Paiement free
Langues Prises en Charge 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"
    ]
}