BurstTab
BurstTab is a fuzzy finder for chrome tabs.
BurstTab क्या है?
BurstTab Samarth Wahal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BurstTab is a fuzzy finder for chrome tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BurstTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BurstTab is a fuzzy tab finder for the chrome browser. Features: - Type text to filter and sort the tabs by best match. - Switch to tab using mouse or keyboard. - Close any tab using mouse or keyboard. Shortcuts: - Ctrl+Shift+L activates the extension. - Ctrl+Shift+; closes the selected tab.
एक्सटेंशन की मूल जानकारी
नाम | BurstTab |
ID | adhclekhkhclgbecfnoeedngokjggigm |
आधिकारिक URL | https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm |
विवरण | BurstTab is a fuzzy finder for chrome tabs. |
फ़ाइल का आकार | 92.5 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2015-02-20 |
प्रकाशन तिथि | 2015-02-20 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | Samarth Wahal |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LordZamy/BurstTab |
सहायता पृष्ठ URL | https://github.com/LordZamy/BurstTab |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BurstTab", "version": "0.0.3", "manifest_version": 2, "description": "BurstTab is a fuzzy finder for chrome tabs.", "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "BurstTab", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "windows": "Ctrl+Shift+L", "mac": "Command+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |