EasySave
Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
ما هو EasySave؟
EasySave هو إضافة Chrome تم تطويرها بواسطة Aisteru، والميزة الرئيسية لها هي "Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasySave
قم بتنزيل ملفات الامتداد EasySave بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of saving all your tabs one by one ? EasySave is here to help you with that.
All you need to do is to provide a subfolder name, and voilà ! All your tabs in the window are downloaded.
You even have to rename them afterwards ? No problem ! EasySave does that too. Give it a name template, and it will save all your files with autoincremented names !
GitHub : https://github.com/AisteruFire/EasySave معلومات أساسية عن التمديد
| الاسم | |
| ID | mfnkmocejbamniefdmgilddcphjhpeck |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/easysave/mfnkmocejbamniefdmgilddcphjhpeck |
| الوصف | Automaticaly saves all the opened tabs of a Chrome window with a specific file extension. |
| حجم الملف | 296 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 1.3.10.1 |
| آخر تحديث | 2019-01-20 |
| تاريخ النشر | 2019-01-20 |
| المطور | Aisteru |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://github.com/AisteruFire/EasySave |
| اللغات المدعومة | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasySave",
"version": "1.3.10.1",
"default_locale": "en",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"tabs",
"downloads",
"storage"
],
"background": {
"scripts": [
"scripts\/downloads.js"
],
"persistent": false
},
"browser_action": {
"default_title": "EasySave",
"default_icon": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
}
} | |