EasySave
Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.
什麼是EasySave?
EasySave是由Aisteru開發的Chrome擴展程式,該擴展的主要功能是“Automaticaly saves all the opened tabs of a Chrome window with a specific file extension.”。
擴展截圖
下載EasySave擴展crx文件
下載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 |
| 官方網址 | 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
}
} | |