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 là gì?
New Tab Tools là một tiện ích mở rộng Chrome được phát triển bởi Geoff Lankow, và tính năng chính của nó là "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New Tab Tools
Tải xuống các tệp mở rộng New Tab Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | gfonmeedigdbjpgpeojioadpimflbogh |
URL Chính Thức | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
Mô tả | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 90.3 |
Cập Nhật Lần Cuối | 2019-12-12 |
Ngày Phát Hành | 2019-12-11 |
Đánh Giá | 4.29/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | Geoff Lankow |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/darktrojan/newtabtools |
URL Trang Trợ Giúp | https://github.com/darktrojan/newtabtools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |