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
官方網址 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"
            ]
        }
    ]
}