Tabalanche

An extension to stash and snapshot groups of tabs

Tabalanche란 무엇입니까?

Tabalanche은(는) https://tabalanche.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to stash and snapshot groups of tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tabalanche is an extension that lets you stash away tabs for pages that you might want to revisit later, but are cluttering up your window right now.

Unlike other similar extensions, Tabalanche stays quick and smooth, even when you save hundreds of tabs a week.                    

확장 프로그램 기본 정보

이름 Tabalanche Tabalanche
ID bmdmojejipbodfjbnennbnakhpboaoje
공식 URL https://chromewebstore.google.com/detail/tabalanche/bmdmojejipbodfjbnennbnakhpboaoje
설명 An extension to stash and snapshot groups of tabs
파일 크기 627 KB
설치 횟수 419
현재 버전 1.1.0
최근 업데이트 2015-12-06
출시 날짜 2015-12-06
평점 3.90/5 총 10 개의 평점
개발자 https://tabalanche.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tabalanche.com/
도움말 페이지 URL https://github.com/tabalanche/tabalanche-extension/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabalanche",
    "version": "1.1.0",
    "icons": {
        "16": "images\/tabalanche-box-16px.png",
        "48": "images\/tabalanche-box-48px.png",
        "128": "images\/tabalanche-box-128px-20pxborder.png"
    },
    "description": "An extension to stash and snapshot groups of tabs",
    "browser_action": {
        "default_icon": {
            "19": "images\/tabalanche-box-19px.png",
            "38": "images\/tabalanche-box-38px.png"
        },
        "default_title": "Tabalanche",
        "default_popup": "popup.html"
    },
    "author": "Stuart P. Bentley",
    "background": {
        "scripts": [
            "vendor\/pouchdb-5.0.0.js",
            "scripts\/tabalanche.js",
            "chrome\/event-page.js"
        ],
        "persistent": false
    },
    "commands": {
        "stashThisTab": {
            "description": "Stash active tab"
        },
        "stashAllTabs": {
            "description": "Stash all tabs in window"
        },
        "stashOtherTabs": {
            "description": "Stash other tabs in window"
        },
        "stashTabsToTheRight": {
            "description": "Stash tabs to the right"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            }
        }
    },
    "homepage_url": "https:\/\/www.tabalanche.com\/",
    "incognito": "split",
    "options_ui": {
        "page": "chrome\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}