SiteNotes

Keep notes in your browser associated with your current URL.

Co je SiteNotes?

SiteNotes je rozšíření Chrome vyvinuté aleks.krnjaic, a jeho hlavní funkcí je „Keep notes in your browser associated with your current URL.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SiteNotes

Stáhněte si soubory rozšíření SiteNotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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-                    

Základní Informace o Rozšíření

Název SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
Oficiální URL https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Popis Keep notes in your browser associated with your current URL.
Velikost souboru 21.58 KB
Počet instalací 19
Aktuální Verze 1.1
Poslední Aktualizace 2016-04-17
Datum Vydání 2016-04-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář aleks.krnjaic
Typ Platby free
Podporované Jazyky 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"
    ]
}