OneClick Share Screenshot
The fastest way to share screenshots
ما هو OneClick Share Screenshot؟
OneClick Share Screenshot هو إضافة Chrome تم تطويرها بواسطة https://1ce.org، والميزة الرئيسية لها هي "The fastest way to share screenshots".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OneClick Share Screenshot
قم بتنزيل ملفات الامتداد OneClick Share Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
☑ The fastest way to share a screenshot. ☑ One click, and immediately you get a URL that you can share. ☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source. ☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome. ☑ The extension works on Linux, Mac & Windows platforms. ☑ Everyone get unlimited storage, so don't stop to share screenshots!
معلومات أساسية عن التمديد
الاسم | OneClick Share Screenshot |
ID | bilhmoofdampcoaccakcdelibcaafopm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
الوصف | The fastest way to share screenshots |
حجم الملف | 58.68 KB |
عدد التثبيتات | 233 |
النسخة الحالية | 1.1 |
آخر تحديث | 2018-03-13 |
تاريخ النشر | 2018-03-13 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | https://1ce.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.openscreenshot.com |
عنوان صفحة المساعدة | http://www.openscreenshot.com |
عنوان صفحة سياسة الخصوصية | https://www.webpagescreenshot.info/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneClick Share Screenshot", "version": "1.1", "manifest_version": 2, "description": "The fastest way to share screenshots", "homepage_url": "http:\/\/www.openscreenshot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "activeTab" ], "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Click to share screenshot" } } |