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"
            ]
        }
    ]
}