Browser Tab Master

Easily manage your tabs, organize tabs with groups, save tabs for later use.

Browser Tab Master란 무엇입니까?

Browser Tab Master은(는) Lemay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily manage your tabs, organize tabs with groups, save tabs for later use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Browser Tab Master 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage and Organize Browser Tabs

* Drag & Drop to organize
* Save tabs to groups for later use
* Add tabs to saved groups
* Move tabs from saved groups to windows
* Synchronize saved tabs across devices(use Chrome's built-in sync provided by Google)                    

확장 프로그램 기본 정보

이름 Browser Tab Master Browser Tab Master
ID bcbapamhiimefhefkddjbncfgpieccdd
공식 URL https://chromewebstore.google.com/detail/browser-tab-master/bcbapamhiimefhefkddjbncfgpieccdd
설명 Easily manage your tabs, organize tabs with groups, save tabs for later use.
파일 크기 110 KB
설치 횟수 16
현재 버전 1.0.4
최근 업데이트 2017-10-15
출시 날짜 2017-10-15
평점 5.00/5 총 1 개의 평점
개발자 Lemay
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://nmhnmh.github.io/browser-tab-master
개인정보 보호 정책 페이지 URL http://lemay.cc/en/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/nmhnmh.github.io\/browser-tab-master",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png",
        "1024": "icons\/icon_1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png",
            "1024": "icons\/icon_1024.png"
        },
        "default_title": "__MSG_ext_short_name__"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "*.jpg",
        "*.jpeg",
        "*.png",
        "*.gif"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}