Shakespeare

Save notes by website path

Cos'è Shakespeare?

Shakespeare è un'estensione di Chrome sviluppata da http://www.blackfish.fi, e la sua funzione principale è "Save notes by website path".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Shakespeare

Scarica i file di estensione Shakespeare 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

                        With Shakespeare you can save notes by website path.

Every note is stored localy. "All notes" view is also available for better handling.

Shakepseare is lacking some intended features but hold on, more features are coming!

** Version 0.0.1 **

* Initial version                    

Informazioni di Base sull'Estensione

Nome Shakespeare Shakespeare
ID oafilfdaajfcfciemijddcoppbkgagof
URL Ufficiale https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof
Descrizione Save notes by website path
Dimensione del File 213 KB
Conteggio Installazioni 19
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-08-19
Data di Pubblicazione 2015-08-19
Sviluppatore http://www.blackfish.fi
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shakespeare",
    "version": "0.0.1",
    "description": "Save notes by website path",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Shakespeare",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "unlimitedStorage",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "src\/js\/uri.min.js",
            "src\/js\/Core.js",
            "src\/background.js"
        ]
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    }
}