Save Tabs

Save your opened tabs as json or plain text

Save Tabs란 무엇입니까?

Save Tabs은(는) robeeeert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your opened tabs as json or plain text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

확장 프로그램 기본 정보

이름 Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
공식 URL https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
설명 Save your opened tabs as json or plain text
파일 크기 12.91 KB
설치 횟수 160
현재 버전 0.2.0
최근 업데이트 2017-04-23
출시 날짜 2017-04-23
평점 4.00/5 총 2 개의 평점
개발자 robeeeert
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/robeeeert/chrome-save-tabs
도움말 페이지 URL https://github.com/robeeeert/chrome-save-tabs/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}