Screen.watch

Capture, Annote et partage tes idées !

Screen.watchคืออะไร?

Screen.watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.screen.watch และคุณลักษณะหลักของมันคือ "Capture, Annote et partage tes idées !"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen.watch

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}