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 |
| 公式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
}
} | |