Screen.watch

Capture, Annote et partage tes idées !

Wat is Screen.watch?

Screen.watch is een Chrome-extensie ontwikkeld door https://www.screen.watch, en de belangrijkste functie is "Capture, Annote et partage tes idées !".

Download het CRX-bestand van de extensie Screen.watch

Download Screen.watch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Screen.watch Screen.watch
ID dhdbjcmbhghpbdmnnejplnnecfkaplgd
Officiële URL https://chromewebstore.google.com/detail/screenwatch/dhdbjcmbhghpbdmnnejplnnecfkaplgd
Beschrijving Capture, Annote et partage tes idées !
Bestandsgrootte 169 KB
Aantal Installaties 17
Huidige Versie 0.14
Laatst Bijgewerkt 2016-06-06
Publicatiedatum 2016-06-06
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.screen.watch
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}