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 |
官方網址 | 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'" } |