Tab Search
This extension can be used search through your open tabs and switch to it
Tab Search क्या है?
Tab Search Kazz Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can be used search through your open tabs and switch to it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday. Let me know what you think. Any feedback is appreciated. Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac) Love the app? Donations accepted :) Paypal: [email protected] Update ------ Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.
एक्सटेंशन की मूल जानकारी
नाम | Tab Search |
ID | okenomppckiglcldganbmjogplekbnjc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc |
विवरण | This extension can be used search through your open tabs and switch to it |
फ़ाइल का आकार | 8.01 KB |
स्थापना संख्या | 330 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-04-15 |
प्रकाशन तिथि | 2016-04-15 |
रेटिंग | 4.13/5 कुल 8 रेटिंग्स |
डेवलपर | Kazz Labs |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "This extension can be used search through your open tabs and switch to it", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Tab Search", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } } } |