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」です。
拡張機能のスクリーンショット
Tabalanche拡張機能のCRXファイルをダウンロード
Tabalanche拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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'" } |