1Click Save Screenshot
The fastest way to Save screenshots
ما هو 1Click Save Screenshot؟
1Click Save Screenshot هو إضافة Chrome تم تطويرها بواسطة https://1ce.org، والميزة الرئيسية لها هي "The fastest way to Save screenshots".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 1Click Save Screenshot
قم بتنزيل ملفات الامتداد 1Click Save Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
☑ The fastest way to save screenshots as a file.
☑ One click, and immediately you get a save dialog.
☑ 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! معلومات أساسية عن التمديد
| الاسم | |
| ID | olnkhcjfknjcodoclmhfcgklcmjfpale |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale |
| الوصف | The fastest way to Save screenshots |
| حجم الملف | 54.57 KB |
| عدد التثبيتات | 808 |
| النسخة الحالية | 1.4 |
| آخر تحديث | 2018-03-13 |
| تاريخ النشر | 2018-03-13 |
| تقييم | 3.33/5 مجموع تقييمات 6 |
| المطور | https://1ce.org |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.openscreenshot.com |
| عنوان صفحة المساعدة | https://www.openscreenshot.com |
| عنوان صفحة سياسة الخصوصية | https://www.webpagescreenshot.info/privacy.html |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1Click Save Screenshot",
"version": "1.4",
"manifest_version": 2,
"description": "The fastest way to Save screenshots",
"homepage_url": "https:\/\/1ce.org",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"permissions": [
"activeTab"
],
"optional_permissions": [
"downloads"
],
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Click to save screenshot"
}
} | |