TabulaTabs!
Access your Browser tabs from everywhere
Cos'è TabulaTabs!?
TabulaTabs! è un'estensione di Chrome sviluppata da https://tabulatabs.com, e la sua funzione principale è "Access your Browser tabs from everywhere".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabulaTabs!
Scarica i file di estensione TabulaTabs! 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
TabulaTabs allows you to access all your open browser tabs from your iPhone.
Informazioni di Base sull'Estensione
Nome | TabulaTabs! |
ID | dckibfapbkkgkmipdkjbpdcopejindph |
URL Ufficiale | https://chromewebstore.google.com/detail/tabulatabs/dckibfapbkkgkmipdkjbpdcopejindph |
Descrizione | Access your Browser tabs from everywhere |
Dimensione del File | 247 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 40 |
Ultimo Aggiornamento | 2012-07-13 |
Data di Pubblicazione | 2012-07-13 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | https://tabulatabs.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tabulatabs.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/tabulatabs.heroku.com\/", "http:\/\/tabulatabs.heroku.com\/", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "40", "background": { "page": "global.html" }, "name": "TabulaTabs!", "icons": { "128": "icon-128.png", "16": "img\/favicon.png", "48": "icon-48.png" }, "description": "Access your Browser tabs from everywhere", "browser_action": { "default_popup": "sync-popover.html", "default_icon": "img\/toolbar-icon-chrome.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/content-script.js" ] } ], "manifest_version": 2 } |