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."입니다.

확장 프로그램 스크린샷

screenshot

EasySave 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 EasySave 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
    }
}