Tabalanche
An extension to stash and snapshot groups of tabs
Qu'est-ce que Tabalanche ?
Tabalanche est une extension Chrome développée par https://tabalanche.com, et sa fonction principale est "An extension to stash and snapshot groups of tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabalanche
Téléchargez les fichiers d'extension Tabalanche au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tabalanche |
ID | bmdmojejipbodfjbnennbnakhpboaoje |
URL Officiel | https://chromewebstore.google.com/detail/tabalanche/bmdmojejipbodfjbnennbnakhpboaoje |
Description | An extension to stash and snapshot groups of tabs |
Taille du Fichier | 627 KB |
Nombre d'Installations | 419 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2015-12-06 |
Date de Publication | 2015-12-06 |
Évaluation | 3.90/5 Total 10 Évaluations |
Développeur | https://tabalanche.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tabalanche.com/ |
URL de la Page d'Aide | https://github.com/tabalanche/tabalanche-extension/issues |
Langues Prises en Charge | 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'" } |