Simple Shot
Saves a PNG screenshot of the current tab.
ما هو Simple Shot؟
Simple Shot هو إضافة Chrome تم تطويرها بواسطة Chris Szucko، والميزة الرئيسية لها هي "Saves a PNG screenshot of the current tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Shot
قم بتنزيل ملفات الامتداد Simple Shot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Simple Shot |
ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
الوصف | Saves a PNG screenshot of the current tab. |
حجم الملف | 8.65 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-03-20 |
تاريخ النشر | 2016-03-20 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | Chris Szucko |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "downloads" ], "commands": { "take-screenshot": { "description": "__MSG_context_menu_take_screenshot__" } }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "default_locale": "en", "manifest_version": 2 } |