Screen.watch

Capture, Annote et partage tes idées !

What is Screen.watch?

Screen.watch is a Chrome extension developed by https://www.screen.watch, and its main feature is "Capture, Annote et partage tes idées !".

Download Screen.watch Extension CRX File

Download Screen.watch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Screen.watch Screen.watch
ID dhdbjcmbhghpbdmnnejplnnecfkaplgd
Official URL https://chromewebstore.google.com/detail/screenwatch/dhdbjcmbhghpbdmnnejplnnecfkaplgd
Description Capture, Annote et partage tes idées !
File Size 169 KB
Installation Count 17
Current Version 0.14
Last Updated 2016-06-06
Publish Date 2016-06-06
Rating 4.50/5 Total 2 Ratings
Developer https://www.screen.watch
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}