QShot
Quick way to capture any area in web
ما هو QShot؟
QShot هو إضافة Chrome تم تطويرها بواسطة Risto N، والميزة الرئيسية لها هي "Quick way to capture any area in web".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QShot
قم بتنزيل ملفات الامتداد QShot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Capture areas in web browser quickly without using print screen and paint. The extension code is open sourced take a look at https://github.com/riston/qshot.
معلومات أساسية عن التمديد
الاسم | QShot |
ID | japnknidaadlnbmhmbcboadkogiglmjd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd |
الوصف | Quick way to capture any area in web |
حجم الملف | 963 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 1.3 |
آخر تحديث | 2015-12-27 |
تاريخ النشر | 2015-12-27 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | Risto N |
نوع الدفع | free |
موقع الإضافة | https://github.com/riston/qshot |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QShot", "description": "Quick way to capture any area in web", "version": "1.3", "icons": { "16": "assets\/logo-16.png", "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "index.html", "bundle.js", "execute.js", "execute-close.js" ] } |