Screenshot Capture (Allstyls)
Screenshot Capture
ما هو Screenshot Capture (Allstyls)؟
Screenshot Capture (Allstyls) هو إضافة Chrome تم تطويرها بواسطة allstyls.powerbrand، والميزة الرئيسية لها هي "Screenshot Capture".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Screenshot Capture (Allstyls)
قم بتنزيل ملفات الامتداد Screenshot Capture (Allstyls) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You are an right path to make your RFQ process simpler! Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.
معلومات أساسية عن التمديد
الاسم | Screenshot Capture (Allstyls) |
ID | llfgdgkpiegpfackencfgohgbehkebbj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj |
الوصف | Screenshot Capture |
حجم الملف | 83.92 KB |
عدد التثبيتات | 413 |
النسخة الحالية | 1.7 |
آخر تحديث | 2018-06-01 |
تاريخ النشر | 2018-06-01 |
المطور | allstyls.powerbrand |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.allstyls.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot Capture (Allstyls)", "author": "Amrita Sharma", "version": "1.7", "manifest_version": 2, "minimum_chrome_version": "49", "description": "Screenshot Capture", "browser_action": { "default_icon": "images\/icon.png", "default_title": "Screenshot Capture" }, "options_page": "\/content\/options.html", "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "web_accessible_resources": [ "\/images\/Jcrop.gif", "\/images\/pixel.png" ], "commands": { "take-screenshot": { "suggested_key": { "default": "Alt+S" }, "description": "Take Screenshot" } }, "icons": { "16": "images\/icon.png", "22": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "homepage_url": "https:\/\/www.allstyls.com", "permissions": [ "storage", "activeTab" ] } |