Tabson

All your tabs in one place, saves up to 95% of memory

Tabson란 무엇입니까?

Tabson은(는) https://tabson.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All your tabs in one place, saves up to 95% of memory"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        No need to keep all your tabs open anymore! 

Optimize your Chrome browsing experience with Tabson Chrome Tab Manager.

Start browsing effortlessly. Reduce memory consumption, avoid clutter.

Features:

★ 1 click to gather all your tabs on a single screen;
★ 1 click to restore your any day browsing session;
★ Instantly find a tab by keyword;
★ Greatly reduce memory and CPU consumption;
★ Create your own Web Stories, to instantly access them. 

Privacy is crucial.
We do not use or collect any information about your tabs or your browsing history.

Privacy policy: https://tabson.co/privacy-policy
Therms of use: https://tabson.co/terms-of-use                    

확장 프로그램 기본 정보

이름 Tabson Tabson
ID hflpomhemdckeoickmckifpfoidefkbg
공식 URL https://chromewebstore.google.com/detail/tabson/hflpomhemdckeoickmckifpfoidefkbg
설명 All your tabs in one place, saves up to 95% of memory
파일 크기 7.17 MB
설치 횟수 426
현재 버전 1.1
최근 업데이트 2021-05-03
출시 날짜 2021-03-10
평점 4.86/5 총 14 개의 평점
개발자 https://tabson.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabson.co
개인정보 보호 정책 페이지 URL http://tabson.co/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabson",
    "description": "All your tabs in one place, saves up to 95% of memory",
    "version": "1.1",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "system.memory",
        "http:\/\/localhost\/*",
        ""
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png"
        },
        "default_title": "Tabson",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}