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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |