TabSwitcher
Switch between the tabs with ease
TabSwitcher क्या है?
TabSwitcher kamranahmed.se द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between the tabs with ease"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabSwitcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
While you are working on something, number of opened tabs can quickly grow out of hand and when that happens trying to find the relevant tab can easily waste a few seconds of your time; and without any doubt every second that harms your productivity counts. TabSwitcher tries to fix this by letting you ## How to Use After installing, press `CTRL+SHIFT+K` or `CMD+SHIFT+K` to show the tab switcher You can press enter or use mouse key to navigate to tab Also you can press semicolon i.e. `;` key on any tab to close that tab ## Features - Apply fuzzy filter over the opened tabs - Swiftly switch between the tabs - Close any irrelevant tabs during the filter - Leave your mouse alone; extension has shortcut for activation, switching tabs, closing them etc ## Roadmap [x] Activation by shortcut [x] Fuzzy search for tabs [x] Closing tabs [x] Switching tab [] Pin/Unpin selected tab using shortcut [] Save current session/selective tabs with name e.g. type `>save Session Name` to save current session and then `>sessions` to list all the sessions and restore any sessions [] Options page, themes and modify shortcuts [] Tweet any tab using shortcut [] Use ES6 with babel
एक्सटेंशन की मूल जानकारी
नाम | TabSwitcher |
ID | dnnmaaanhggngdohooaogfcnokngjcbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabswitcher/dnnmaaanhggngdohooaogfcnokngjcbc |
विवरण | Switch between the tabs with ease |
फ़ाइल का आकार | 99.18 KB |
स्थापना संख्या | 321 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2016-09-25 |
प्रकाशन तिथि | 2016-09-24 |
रेटिंग | 4.20/5 कुल 15 रेटिंग्स |
डेवलपर | kamranahmed.se |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabSwitcher", "short_name": "TabSwitcher", "version": "1.0.1", "manifest_version": 2, "author": "Kamran Ahmed", "description": "Switch between the tabs with ease", "homepage_url": "https:\/\/github.com\/kamranahmedse\/tab-switcher", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |