Screen.watch

Capture, Annote et partage tes idées !

什么是Screen.watch?

Screen.watch是由https://www.screen.watch开发的Chrome扩展程序,该扩展的主要功能是“Capture, Annote et partage tes idées !”。

下载Screen.watch扩展crx文件

下载Screen.watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Screen.watch Screen.watch
ID dhdbjcmbhghpbdmnnejplnnecfkaplgd
官方URL https://chromewebstore.google.com/detail/screenwatch/dhdbjcmbhghpbdmnnejplnnecfkaplgd
简介 Capture, Annote et partage tes idées !
文件大小 169 KB
安装次数 17
当前版本 0.14
更新时间 2016-06-06
上架时间 2016-06-06
评分 4.50/5 共2次评分
开发者 https://www.screen.watch
付费类型 free
支持的语言 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"
            ]
        }
    ]
}