Standardized Screenshot
Takes standardized screenshots.
ما هو Standardized Screenshot؟
Standardized Screenshot هو إضافة Chrome تم تطويرها بواسطة https://jmartin.ca/screenshot-chrome، والميزة الرئيسية لها هي "Takes standardized screenshots.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Standardized Screenshot
قم بتنزيل ملفات الامتداد Standardized Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A very opinionated screen capture extension for Chrome. It will: - Capture the current tab. - Add a macOS-ish title bar. - Add drop shadow to it. - Display the result in a popup frame. The source is available on Github: https://github.com/j-martin/screenshot-chrome Forked from: https://github.com/mrcoles/full-page-screen-capture-chrome-extension
معلومات أساسية عن التمديد
الاسم | Standardized Screenshot |
ID | pabdhaakclnechgfhmnhkcbmjobeoope |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/standardized-screenshot/pabdhaakclnechgfhmnhkcbmjobeoope |
الوصف | Takes standardized screenshots. |
حجم الملف | 85.54 KB |
عدد التثبيتات | 2,492 |
النسخة الحالية | 2.4.0 |
آخر تحديث | 2020-01-29 |
تاريخ النشر | 2020-01-28 |
تقييم | 3.38/5 مجموع تقييمات 13 |
المطور | https://jmartin.ca/screenshot-chrome |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/j-martin/screenshot-chrome/blob/master/PRIVACY.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standardized Screenshot", "version": "2.4.0", "manifest_version": 2, "description": "Takes standardized screenshots.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self'", "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |