Drop Tab
Adds a dropdown list in the browser bar with all your tabs.
Vad är Drop Tab?
Drop Tab är en Chrome-tillägg utvecklad av https://varubi.com, och dess huvudfunktion är "Adds a dropdown list in the browser bar with all your tabs.".
Tilläggsskärmbilder
Ladda ner Drop Tab-förlängningens CRX-fil
Ladda ner Drop Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pidlikiomdabckocpcpjeefhlnmobllc |
| Officiell webbadress | https://chromewebstore.google.com/detail/drop-tab/pidlikiomdabckocpcpjeefhlnmobllc |
| Beskrivning | Adds a dropdown list in the browser bar with all your tabs. |
| Filstorlek | 5.52 KB |
| Antal Installationer | 119 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2015-11-08 |
| Publiceringsdatum | 2015-11-08 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | https://varubi.com |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |