Drop Tab
Adds a dropdown list in the browser bar with all your tabs.
Hvad er Drop Tab?
Drop Tab er en Chrome-udvidelse udviklet af https://varubi.com, og dens hovedfunktion er "Adds a dropdown list in the browser bar with all your tabs.".
Udvidelsesskærmbilleder
Download Drop Tab-udvidelses-CRX-fil
Download Drop Tab-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
Tab Management tool that allows easy navigation of tabs, by showing page titles next to their favicon in a dropdown style list. Left click - Go to tab Right click - Close tab
Grundlæggende oplysninger om udvidelsen
Navn | Drop Tab |
ID | pidlikiomdabckocpcpjeefhlnmobllc |
Officiel URL | https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc |
Beskrivelse | Adds a dropdown list in the browser bar with all your tabs. |
Filstørrelse | 5.52 KB |
Antal Installationer | 119 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2015-11-08 |
Udgivelsesdato | 2015-11-08 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | https://varubi.com |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drop Tab", "description": "Adds a dropdown list in the browser bar with all your tabs.", "version": "1.0.2", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |