Root
A better 'new tab' for Chrome
Cos'è Root?
Root è un'estensione di Chrome sviluppata da hjort-e, e la sua funzione principale è "A better 'new tab' for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Root
Scarica i file di estensione Root 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
Root replaces the standard chrome newtab page with a material design inspired interface. If you have any feature ideas, don't hesitate to submit them!
Informazioni di Base sull'Estensione
Nome | Root |
ID | ddfhhioalecmekdjkaoibapflfodijko |
URL Ufficiale | https://chrome.google.com/webstore/detail/ddfhhioalecmekdjkaoibapflfodijko |
Descrizione | A better 'new tab' for Chrome |
Dimensione del File | 1.28 MB |
Conteggio Installazioni | 15 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-10-26 |
Data di Pubblicazione | 2017-10-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | hjort-e |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Root", "description": "A better 'new tab' for Chrome", "version": "2.0.0", "version_name": "2.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "32": "Root-32.png", "64": "Root-64.png", "128": "Root-128.png", "256": "Root-256.png" }, "chrome_url_overrides": { "newtab": "app.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "storage", "system.cpu", "system.memory", "topSites", "downloads" ] } |