Where is my tab?
Search in tabs.
Where is my tab? क्या है?
Where is my tab? Michal Fabry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search in tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Where is my tab? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
एक्सटेंशन की मूल जानकारी
नाम | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
आधिकारिक URL | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
विवरण | Search in tabs. |
फ़ाइल का आकार | 35.11 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2013-02-21 |
प्रकाशन तिथि | 2013-02-21 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Michal Fabry |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/furbos/where-is-my-tab |
सहायता पृष्ठ URL | https://github.com/furbos/where-is-my-tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |