Tab Finder
Search through tabs for title.
What is Tab Finder?
Tab Finder is a Chrome extension developed by https://hexagonvoxels.com, and its main feature is "Search through tabs for title.".
Extension Screenshots
Download Tab Finder Extension CRX File
Download Tab Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tab Finder |
ID | ofjeoodmfogpeinbafdommgdecgjelac |
Official URL | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac |
Description | Search through tabs for title. |
File Size | 285 KB |
Installation Count | 46 |
Current Version | 0.1.2 |
Last Updated | 2017-01-04 |
Publish Date | 2017-01-04 |
Developer | https://hexagonvoxels.com |
Payment Type | free |
Extension Website | https://github.com/zero298/TabFinder |
Help Page URL | https://github.com/zero298/TabFinder |
Supported Languages | 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" ] } |