Computub Screenshotter
The best way to screenshot your browser
ما هو Computub Screenshotter؟
Computub Screenshotter هو إضافة Chrome تم تطويرها بواسطة https://computub.com، والميزة الرئيسية لها هي "The best way to screenshot your browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Computub Screenshotter
قم بتنزيل ملفات الامتداد Computub Screenshotter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer. Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.
معلومات أساسية عن التمديد
الاسم | Computub Screenshotter |
ID | ihehfgffeinmbnahpbgecfopcjonejih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih |
الوصف | The best way to screenshot your browser |
حجم الملف | 55.69 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 2.2 |
آخر تحديث | 2020-07-10 |
تاريخ النشر | 2020-04-02 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://computub.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://computub.com/apps |
عنوان صفحة سياسة الخصوصية | https://bandev.uk/privacy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Computub Screenshotter", "version": "2.2", "description": "The best way to screenshot your browser", "offline_enabled": false, "homepage_url": "https:\/\/computub.com", "icons": { "16": "camera.png", "24": "camera.png", "32": "camera.png", "48": "camera.png", "128": "camera.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Screenshot!" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |