New Tab Tools
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
Cos'è New Tab Tools?
New Tab Tools è un'estensione di Chrome sviluppata da Geoff Lankow, e la sua funzione principale è "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Tools
Scarica i file di estensione New Tab Tools 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
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | gfonmeedigdbjpgpeojioadpimflbogh |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
Descrizione | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
Dimensione del File | 174 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 90.3 |
Ultimo Aggiornamento | 2019-12-12 |
Data di Pubblicazione | 2019-12-11 |
Valutazione | 4.29/5 Totale 34 Valutazioni |
Sviluppatore | Geoff Lankow |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/darktrojan/newtabtools |
URL della Pagina di Aiuto | https://github.com/darktrojan/newtabtools/issues |
Lingue Supportate | de,en,fr,nl,ca,es,it,lv,hu,pl,el,bg,ru,uk,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "90.3", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png" }, "chrome_url_overrides": { "newtab": "newTab.xhtml" }, "background": { "scripts": [ "common.js", "tiles.js", "prefs.js", "background.js", "lib\/zip.js", "export.js" ] }, "browser_action": { "default_icon": { "16": "images\/tools-light16.png", "24": "images\/tools-light24.png", "32": "images\/tools-light32.png", "48": "images\/tools-light48.png", "64": "images\/tools-light64.png", "96": "images\/tools-light96.png" }, "default_popup": "action.html", "default_title": "__MSG_extensionName__", "browser_style": true }, "permissions": [ " |