Show Me Tabs (light)
This extension simple shows a Tabs.
Hvad er Show Me Tabs (light)?
Show Me Tabs (light) er en Chrome-udvidelse udviklet af sp0xff, og dens hovedfunktion er "This extension simple shows a Tabs.".
Udvidelsesskærmbilleder
Download Show Me Tabs (light)-udvidelses-CRX-fil
Download Show Me Tabs (light)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Show Me Tabs (light) |
ID | ecaodfpnmpbbemaiobldmpcjekekloge |
Officiel URL | https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge |
Beskrivelse | This extension simple shows a Tabs. |
Filstørrelse | 39.99 KB |
Antal Installationer | 18 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-01-26 |
Udgivelsesdato | 2017-01-26 |
Bedømmelse | 4.56/5 Samlet 9 Bedømmelser |
Udvikler | sp0xff |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |