Tab Queue
Queue tabs for later use!
Vad är Tab Queue?
Tab Queue är en Chrome-tillägg utvecklad av FullStack, och dess huvudfunktion är "Queue tabs for later use!".
Tilläggsskärmbilder
Ladda ner Tab Queue-förlängningens CRX-fil
Ladda ner Tab Queue-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
Found some great videos or articles you want to read later on? Queue them up for later viewing with Tab Queue! Easily save useful and interesting tabs and open them one at a time, wherever you are! All saved tabs will be saved to your Chrome account, meaning you can even switch computers and still be able to open them!
Grundläggande Information om Tillägg
Namn | Tab Queue |
ID | abjpbboagegjdkhehcblbaodcedegdce |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce |
Beskrivning | Queue tabs for later use! |
Filstorlek | 11.42 KB |
Antal Installationer | 26 |
Aktuell Version | 1 |
Senast Uppdaterad | 2017-11-04 |
Publiceringsdatum | 2017-11-03 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | FullStack |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Queue", "description": "Queue tabs for later use!", "manifest_version": 2, "version": "1", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "activeTab", "storage" ] } |