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.
Qu'est-ce que New Tab Tools ?
New Tab Tools est une extension Chrome développée par Geoff Lankow, et sa fonction principale est "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Tools
Téléchargez les fichiers d'extension New Tab Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
Informations de Base sur l'Extension
Nom | ![]() |
ID | gfonmeedigdbjpgpeojioadpimflbogh |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
Description | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
Taille du Fichier | 174 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 90.3 |
Dernière Mise à Jour | 2019-12-12 |
Date de Publication | 2019-12-11 |
Évaluation | 4.29/5 Total 34 Évaluations |
Développeur | Geoff Lankow |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/darktrojan/newtabtools |
URL de la Page d'Aide | https://github.com/darktrojan/newtabtools/issues |
Langues Prises en Charge | 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": [ " |