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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| URL หน้าช่วยเหลือ | 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
}
} | |