TotalTab

Save & launch bunches of tabs in one go

TotalTab란 무엇입니까?

TotalTab은(는) https://redblueprint.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save & launch bunches of tabs in one go"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Got loads of tabs open? Running low on memory?

Save them in a list and speed up your browser

All your tabs are stored locally and are never transmitted anywhere.                    

확장 프로그램 기본 정보

이름 TotalTab TotalTab
ID gelllpfobikcnaamfacldgeipppbdeed
공식 URL https://chromewebstore.google.com/detail/totaltab/gelllpfobikcnaamfacldgeipppbdeed
설명 Save & launch bunches of tabs in one go
파일 크기 471 KB
설치 횟수 37
현재 버전 3.3
최근 업데이트 2021-07-23
출시 날짜 2020-08-11
개발자 https://redblueprint.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://redblueprint.com/totaltab
도움말 페이지 URL https://redblueprint.com
개인정보 보호 정책 페이지 URL https://netclicker.tv/privacy.html
지원되는 언어 en,fr,es,it,pt-BR,pt-PT,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "manifest_version": 3,
    "version": "3.3",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "action": {
        "default_icon": "images\/app_icon_128.png",
        "default_title": "Total Tab",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/app_icon_16.png",
        "32": "images\/app_icon_32.png",
        "48": "images\/app_icon_48.png",
        "128": "images\/app_icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/images\/*.png"
            ],
            "matches": [
                "https:\/\/redblueprint.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "tabs"
    ]
}