Screen.watch

Capture, Annote et partage tes idées !

Cos'è Screen.watch?

Screen.watch è un'estensione di Chrome sviluppata da https://www.screen.watch, e la sua funzione principale è "Capture, Annote et partage tes idées !".

Scarica il file CRX dell'estensione Screen.watch

Scarica i file di estensione Screen.watch 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

                                            

Informazioni di Base sull'Estensione

Nome Screen.watch Screen.watch
ID dhdbjcmbhghpbdmnnejplnnecfkaplgd
URL Ufficiale https://chromewebstore.google.com/detail/screenwatch/dhdbjcmbhghpbdmnnejplnnecfkaplgd
Descrizione Capture, Annote et partage tes idées !
Dimensione del File 169 KB
Conteggio Installazioni 17
Versione Corrente 0.14
Ultimo Aggiornamento 2016-06-06
Data di Pubblicazione 2016-06-06
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://www.screen.watch
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen.watch",
    "version": "0.14",
    "description": "Capture, Annote et partage tes id\u00e9es !",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "browser_action": {
        "default_icon": "logo-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "popup.js"
            ]
        }
    ]
}