Tab Finder
Search through tabs for title.
Tab Finder क्या है?
Tab Finder https://hexagonvoxels.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search through tabs for title."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to search through your open tabs in order to find a tab that you are looking for. It's helpful whenever you have many tabs open and your tab titles are truncated.
एक्सटेंशन की मूल जानकारी
नाम | Tab Finder |
ID | ofjeoodmfogpeinbafdommgdecgjelac |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac |
विवरण | Search through tabs for title. |
फ़ाइल का आकार | 285 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2017-01-04 |
प्रकाशन तिथि | 2017-01-04 |
डेवलपर | https://hexagonvoxels.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zero298/TabFinder |
सहायता पृष्ठ URL | https://github.com/zero298/TabFinder |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "version": "0.1.2", "author": "zero298", "default_locale": "en", "description": "__MSG_extensionDescription__", "options_ui": { "page": "html\/options.html", "chrome_style": true }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon16.png", "38": "img\/icon48.png" }, "default_title": "__MSG_extensionName__", "default_popup": "html\/tabfinder.html" }, "permissions": [ "tabs", "storage" ] } |