Tab Search
Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.
Tab Search क्या है?
Tab Search Tab Search Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles. Ctrl/Cmd+. shortcut opens Tab Search popup. Use arrow keys to navigate the tabs and Enter to switch to the chosen tab. The default keyboard shortcuts could be customized in chrome://extensions/shortcuts. Changes in Tab Search 0.3 - Searching across tabs in all windows (as requested by many users) - Changing default shortcut to Ctrl/Cmd+. since the previous one was tampering with Google Docs and Quip functionality.
एक्सटेंशन की मूल जानकारी
नाम | Tab Search |
ID | mgfejaiakfkkipbelelkcfbimnfjhebn |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-search/mgfejaiakfkkipbelelkcfbimnfjhebn |
विवरण | Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+. |
फ़ाइल का आकार | 16.15 KB |
स्थापना संख्या | 7,128 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2020-01-21 |
प्रकाशन तिथि | 2020-01-21 |
रेटिंग | 3.89/5 कुल 38 रेटिंग्स |
डेवलपर | Tab Search Extension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "__MSG_description__", "default_locale": "en", "version": "0.3", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_tabsearch_button_details__" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl + Period" }, "description": "Open Tab Search" } } } |