oTab - Tab Organizer
A better way to organize your browser tabs
Cos'è oTab - Tab Organizer?
oTab - Tab Organizer è un'estensione di Chrome sviluppata da kholid060, e la sua funzione principale è "A better way to organize your browser tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione oTab - Tab Organizer
Scarica i file di estensione oTab - Tab Organizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
oTab is a modern bookmark that gonna help you to organize your browser tabs by boards and columns. When you want to add new tab you can just dragging and dropping it into your columns or save your session in just one click.And also you can use labels to organize your columns. FEATURES ★ Add your favorite website by dragging it into a column ★ Save your session in just one click ★ Auto backup your data by logging into your account ★ Organize your columns using label
Informazioni di Base sull'Estensione
Nome | oTab - Tab Organizer |
ID | hpdfakengmhknkiajloheeklpjndnhbe |
URL Ufficiale | https://chromewebstore.google.com/detail/otab-tab-organizer/hpdfakengmhknkiajloheeklpjndnhbe |
Descrizione | A better way to organize your browser tabs |
Dimensione del File | 1011 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.5.3 |
Ultimo Aggiornamento | 2020-04-10 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | kholid060 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "oTab - Tab Organizer", "description": "A better way to organize your browser tabs", "version": "1.5.3", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "oTab - BrowserExtension", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage", "alarms", "unlimitedStorage" ] } |