Show Me Tabs (light)
This extension simple shows a Tabs.
What is Show Me Tabs (light)?
Show Me Tabs (light) is a Chrome extension developed by sp0xff, and its main feature is "This extension simple shows a Tabs.".
Extension Screenshots
Download Show Me Tabs (light) Extension CRX File
Download Show Me Tabs (light) 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
If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab. Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows. There are plans to add a drag and drop, search and much more.
Extension Basic Information
Name | Show Me Tabs (light) |
ID | ecaodfpnmpbbemaiobldmpcjekekloge |
Official URL | https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge |
Description | This extension simple shows a Tabs. |
File Size | 39.99 KB |
Installation Count | 18 |
Current Version | 1.0.1 |
Last Updated | 2017-01-26 |
Publish Date | 2017-01-26 |
Rating | 4.56/5 Total 9 Ratings |
Developer | sp0xff |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.1", "default_locale": "en", "short_name": "Show Me Tabs", "browser_action": { "default_icon": "images\/browser_action.png", "default_popup": "popup.html", "default_title": "Show Me Tabs" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "permissions": [ "tabs" ] } |