Tabalanche
An extension to stash and snapshot groups of tabs
Tabalanche क्या है?
Tabalanche https://tabalanche.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to stash and snapshot groups of tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabalanche एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |