Save Tabs

Export and Import Tabs.

Save Tabs란 무엇입니까?

Save Tabs은(는) Vedant Wakalkar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export and Import Tabs."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save Tabs allows users to export all the tabs currently opened in the browser to a file and easily import it whenever they want to continue with the same set of browser tabs. 

For whom? 
One who open lots and lots of tabs in a single browser and want to revisit the same sets of browser tabs after a while

Features : 
1. Easy Export and Import of Tabs.
2. Export tabs with a custom name.
3. Grouped tab support.
4. Logs Section.
5. Cross Browser Support (as of now for Firefox)

Data & Privacy:
This extension does not collect any data in any form.
All data processed is stored on the user's local storage and deleted after 10 min from the last usage.                    

확장 프로그램 기본 정보

이름 Save Tabs Save Tabs
ID ljokfgphjbhjheflldgfmjligcmcmhmn
공식 URL https://chromewebstore.google.com/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn
설명 Export and Import Tabs.
파일 크기 79.17 KB
설치 횟수 189
현재 버전 1.0.1
최근 업데이트 2021-07-08
출시 날짜 2021-05-26
평점 5.00/5 총 1 개의 평점
개발자 Vedant Wakalkar
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://karna98.github.io/Save-Tabs/
도움말 페이지 URL https://karna98.github.io/Save-Tabs/#guide
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Tabs",
    "version": "1.0.1",
    "description": "Export and Import Tabs.",
    "homepage_url": "https:\/\/github.com\/karna98\/Save-Tabs",
    "icons": {
        "16": "icons\/Save_Tabs_16.png",
        "32": "icons\/Save_Tabs_32.png",
        "48": "icons\/Save_Tabs_48.png",
        "64": "icons\/Save_Tabs_64.png",
        "96": "icons\/Save_Tabs_96.png",
        "128": "icons\/Save_Tabs_128.png"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "downloads",
        "storage"
    ],
    "incognito": "split",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/Save_Tabs_16.png",
            "32": "icons\/Save_Tabs_32.png",
            "48": "icons\/Save_Tabs_48.png",
            "64": "icons\/Save_Tabs_64.png",
            "96": "icons\/Save_Tabs_96.png",
            "128": "icons\/Save_Tabs_128.png"
        },
        "default_title": "Save Tabs",
        "default_popup": "saveTab.html"
    }
}