PowerSwitch
Switch tabs by typing
PowerSwitch क्या है?
PowerSwitch Malcolm Handley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch tabs by typing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PowerSwitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PowerSwitch is a tab switcher that lets you switch tabs instantly with your keyboard. Press command/control-k to open the list of tabs, type to filter the tabs, press enter to select one. This solves two problems: - you can pop over to a particular tab just by knowing its name. Lost your Gmail tab in ten windows with twelve tabs each? No problem: Just press command-k and type some of the name of the tab. - you can easily bounce between two tabs, the way that you can alt-tab between apps: command-k, enter. Version 2013.9.21 fixes bugs with full-screen windows and with not bringing a window to the front when switching tabs (apparently because of a change in Chrome's behavior) and removes the toolbar button. Now the keyboard shortcut is the only way to use PowerSwitch. Version 2013.4.2 fixes a bug that caused the list of tabs to be empty after loading certain kinds of tabs. (PowerSwitch is similar to Emacs' iswitchb and also to the Recent Files UI in IntelliJ.)
एक्सटेंशन की मूल जानकारी
नाम | PowerSwitch |
ID | lljbpnomhjlnohbcipjjjmnbncfofobe |
आधिकारिक URL | https://chromewebstore.google.com/detail/powerswitch/lljbpnomhjlnohbcipjjjmnbncfofobe |
विवरण | Switch tabs by typing |
फ़ाइल का आकार | 57.42 KB |
स्थापना संख्या | 662 |
वर्तमान संस्करण | 2020.4.1 |
अंतिम अपडेट | 2020-04-01 |
प्रकाशन तिथि | 2020-04-01 |
रेटिंग | 4.68/5 कुल 28 रेटिंग्स |
डेवलपर | Malcolm Handley |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerSwitch", "version": "2020.4.1", "description": "Switch tabs by typing", "background": { "scripts": [ "MochiKit.js", "background.js" ] }, "commands": { "switch_tab": { "suggested_key": { "default": "Ctrl+K" }, "description": "Bring up the tab switcher" } }, "permissions": [ "tabs" ] } |