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.
Was ist New Tab Tools?
New Tab Tools ist eine Chrome-Erweiterung, die von Geoff Lankow entwickelt wurde, und ihr Hauptmerkmal ist "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.".
Erweiterungsscreenshots
New Tab Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gfonmeedigdbjpgpeojioadpimflbogh |
| Offizielle URL | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
| Beschreibung | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
| Dateigröße | 174 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 90.3 |
| Letztes Update | 2019-12-12 |
| Veröffentlichungsdatum | 2019-12-11 |
| Bewertung | 4.29/5 Insgesamt 34 Bewertungen |
| Entwickler | Geoff Lankow |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/darktrojan/newtabtools |
| Hilfeseite URL | https://github.com/darktrojan/newtabtools/issues |
| Unterstützte Sprachen | 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": [
" | |