Binder

Save commonly used sets of tabs and quickly open them all at once.

Binder란 무엇입니까?

Binder은(는) Jae Kwak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save commonly used sets of tabs and quickly open them all at once."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Click on the Binder icon in the Chrome window to open the manager and begin creating and editing profiles. Binder uses an intuitive drag and drop system to make it quick and easy to create your tab sets.

Rename and reorder profiles based on your liking. Choose which tabs to open as pinned tabs and whether they open in a new window.

If you're lost, click on the "Help" button in the upper righthand corner of the manager for detailed information on how Binder is used.                    

확장 프로그램 기본 정보

이름 Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
공식 URL https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
설명 Save commonly used sets of tabs and quickly open them all at once.
파일 크기 24.26 KB
설치 횟수 82
현재 버전 1.0.2
최근 업데이트 2018-01-12
출시 날짜 2018-01-12
평점 5.00/5 총 2 개의 평점
개발자 Jae Kwak
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binder",
    "description": "Save commonly used sets of tabs and quickly open them all at once.",
    "version": "1.0.2",
    "icons": {
        "64": "Images\/icon64x64.png"
    },
    "options_page": "manager.html",
    "browser_action": {
        "default_icon": "Images\/icon64x64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "binder"
    },
    "permissions": [
        "storage",
        "tabs",
        "windows",
        "bookmarks"
    ]
}