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.
什麼是New Tab Tools?
New Tab Tools是由Geoff Lankow開發的Chrome擴展程式,該擴展的主要功能是“Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.”。
擴展截圖
下載New Tab Tools擴展crx文件
下載New Tab Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
擴展基本資訊
名稱 | ![]() |
ID | gfonmeedigdbjpgpeojioadpimflbogh |
官方網址 | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
簡介 | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
檔案大小 | 174 KB |
安裝次數 | 1,000 |
目前版本 | 90.3 |
更新時間 | 2019-12-12 |
上架時間 | 2019-12-11 |
評分 | 4.29/5 共 34 次評分 |
開發者 | Geoff Lankow |
付費類型 | free |
擴展官網 | https://github.com/darktrojan/newtabtools |
說明頁面URL | https://github.com/darktrojan/newtabtools/issues |
支援的語言 | 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": [ " |