chromePad

A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor

Cos'è chromePad?

chromePad è un'estensione di Chrome sviluppata da earthii.dev, e la sua funzione principale è "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione chromePad

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

                        chromePad is an extension which enables users to take notes through a chrome extension.

You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer.
 
You can also right click in chrome to add a quick note into the app.

All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)                    

Informazioni di Base sull'Estensione

Nome chromePad chromePad
ID dpofibmpjiejdbmpkflaedamfkglbdfl
URL Ufficiale https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl
Descrizione A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
Dimensione del File 213 KB
Conteggio Installazioni 670
Versione Corrente 1.1.3
Ultimo Aggiornamento 2018-11-28
Data di Pubblicazione 2018-11-28
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore earthii.dev
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chromePad",
    "short_name": "chromePad",
    "version": "1.1.3",
    "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}