Intip.in's Tab Manager

Tab Manager that doesn't track you.

Intip.in's Tab Manager란 무엇입니까?

Intip.in's Tab Manager은(는) https://www.cscpro.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Manager that doesn't track you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Intip.in's Tab Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        No more cluttering tabs!
Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click.

.. amazingly handful
Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab.

We respect your privacy
No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github.

Install on your Chrome
Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store.



TO DO:
- Add documentation
- Add export/import button
- Add pagination for huge list                    

확장 프로그램 기본 정보

이름 Intip.in's Tab Manager Intip.in's Tab Manager
ID halkhdmljjkflcfbhpgpeplpkcpmjmgj
공식 URL https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj
설명 Tab Manager that doesn't track you.
파일 크기 288 KB
설치 횟수 130
현재 버전 1.0.4
최근 업데이트 2017-02-01
출시 날짜 2017-02-01
평점 4.40/5 총 10 개의 평점
개발자 https://www.cscpro.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cscpro.org/labs/tab-manager/
도움말 페이지 URL https://www.cscpro.org/labs/tab-manager/
개인정보 보호 정책 페이지 URL https://www.cscpro.org/labs/tab-manager
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intip.in's Tab Manager",
    "description": "Tab Manager that doesn't track you.",
    "version": "1.0.4",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Save all tabs"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}