Note to Self | by dumpstr.io

Take knowledge management to the extreme with Note to Self by dumpstr.io

Cos'è Note to Self | by dumpstr.io?

Note to Self | by dumpstr.io è un'estensione di Chrome sviluppata da http://dumpstr.io, e la sua funzione principale è "Take knowledge management to the extreme with Note to Self by dumpstr.io".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Note to Self | by dumpstr.io

Scarica i file di estensione Note to Self | by dumpstr.io 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

                        Minimal knowledge management

Capture thoughts, quotes, links, right from Chrome's toolbar.
View all your captures in a neat and clean feed.                    

Informazioni di Base sull'Estensione

Nome Note to Self | by dumpstr.io Note to Self | by dumpstr.io
ID odmkmbaemidenlddgpioojljlagofpgi
URL Ufficiale https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi
Descrizione Take knowledge management to the extreme with Note to Self by dumpstr.io
Dimensione del File 1.39 MB
Conteggio Installazioni 58
Versione Corrente 1.4.5
Ultimo Aggiornamento 2015-11-10
Data di Pubblicazione 2015-11-10
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore http://dumpstr.io
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dumpstr.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note to Self | by dumpstr.io",
    "version": "1.4.5",
    "short_name": "Note to Self",
    "description": "Take knowledge management to the extreme with Note to Self by dumpstr.io",
    "minimum_chrome_version": "27.0.1453.116",
    "browser_action": {
        "default_icon": {
            "19": "resources\/logo.png",
            "38": "resources\/logo.png",
            "128": "resources\/logo.png"
        },
        "default_popup": "dumpstr\/chrome-ext.html"
    },
    "background": {
        "page": "bg\/bg.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/www.dumpstr.io\/"
    ],
    "icons": {
        "32": "resources\/logo.png",
        "48": "resources\/logo.png",
        "128": "resources\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com; object-src 'self'; connect-src 'self' http:\/\/www.dumpstr.io https:\/\/cdn.mxpnl.com http:\/\/api.mixpanel.com",
    "web_accessible_resources": [
        "\/resources\/*"
    ]
}