Snap Note

A Chrome Extension in the form of a pop-up notepad with various functions

Cos'è Snap Note?

Snap Note è un'estensione di Chrome sviluppata da Arthelon, e la sua funzione principale è "A Chrome Extension in the form of a pop-up notepad with various functions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Snap Note

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

                        A Chrome Extension in the form of a pop-up notepad with various functions.

IMPORTANT : 
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.                    

Informazioni di Base sull'Estensione

Nome Snap Note Snap Note
ID bcddlnpbfpldhhgpjkoedhcnjchldcff
URL Ufficiale https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff
Descrizione A Chrome Extension in the form of a pop-up notepad with various functions
Dimensione del File 277 KB
Conteggio Installazioni 908
Versione Corrente 0.0.5
Ultimo Aggiornamento 2015-09-11
Data di Pubblicazione 2015-09-11
Valutazione 3.91/5 Totale 11 Valutazioni
Sviluppatore Arthelon
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/Arthelon
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Note",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A Chrome Extension in the form of a pop-up notepad with various functions",
    "author": "Daniel Hsing",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "32": "images\/note-32.png",
        "48": "images\/note-48.png",
        "128": "images\/note-128.png"
    },
    "browser_action": {
        "default_icon": "images\/note-128.png",
        "default_title": "Snap Note",
        "default_popup": "index.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "index.html",
        "js\/popup.js"
    ]
}