Stack

A key-value based notes app

Cos'è Stack?

Stack è un'estensione di Chrome sviluppata da https://stack-writer.com, e la sua funzione principale è "A key-value based notes app".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Stack

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

                        Rapidly stack your notes, links, meeting notes, todos and random ideas within a new tab. Easily find them later by the key-value based design.                    

Informazioni di Base sull'Estensione

Nome Stack Stack
ID ompndodadmbcdbhfnoaffhhbamjfelop
URL Ufficiale https://chromewebstore.google.com/detail/stack/ompndodadmbcdbhfnoaffhhbamjfelop
Descrizione A key-value based notes app
Dimensione del File 144 KB
Conteggio Installazioni 25
Versione Corrente 1.5
Ultimo Aggiornamento 2017-06-09
Data di Pubblicazione 2017-06-09
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore https://stack-writer.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://stack-writer.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stack",
    "description": "A key-value based notes app",
    "version": "1.5",
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon_x16.png",
        "48": "assets\/icon_x48.png",
        "128": "assets\/icon_x128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "page": "background.html"
    }
}