Tab Control
Helps users to manage their tabs... especially during exam season!
Vad är Tab Control?
Tab Control är en Chrome-tillägg utvecklad av julie.xxue, och dess huvudfunktion är "Helps users to manage their tabs... especially during exam season!".
Tilläggsskärmbilder
Ladda ner Tab Control-förlängningens CRX-fil
Ladda ner Tab Control-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
Extension that allows you to search through your open tabs.
Grundläggande Information om Tillägg
Namn | |
ID | popmafmnbegjdlendkcciihndkolkkek |
Officiell webbadress | https://chrome.google.com/webstore/detail/tab-control/popmafmnbegjdlendkcciihndkolkkek |
Beskrivning | Helps users to manage their tabs... especially during exam season! |
Filstorlek | 157 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-01-15 |
Publiceringsdatum | 2016-01-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | julie.xxue |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ldreyes/Tab-Control |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "description": "Helps users to manage their tabs... especially during exam season!", "version": "1.0.1", "browser_action": { "default_icon": ".\/img\/tab.png", "default_popup": "popup.html", "default_title": "Tab-Control" }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |