The Kotter Group
This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
The Kotter Groupคืออะไร?
The Kotter Group เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://staging.myscreen.kotter.net และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Kotter Group
ดาวน์โหลดไฟล์ส่วนขยาย The Kotter Group ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                                             ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | keojfojghjmflkeaodjfefbdmkilgcil | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-kotter-group/keojfojghjmflkeaodjfefbdmkilgcil | 
| คำอธิบาย | This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen. | 
| ขนาดไฟล์ | 28.87 KB | 
| จำนวนการติดตั้ง | 222 | 
| เวอร์ชันปัจจุบัน | 2.0 | 
| อัปเดตครั้งล่าสุด | 2017-02-13 | 
| วันที่เผยแพร่ | 2017-02-13 | 
| ผู้พัฒนา | https://staging.myscreen.kotter.net | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Kotter Group",
    "author": "The Kotter Group",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for http:\/\/www.kotter.net\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.kotter.net\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kotter.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |