TNT - The New Tab
This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
TNT - The New Tab là gì?
TNT - The New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://permutat.de, và tính năng chính của nó là "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!".
Ả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 TNT - The New Tab
Tải xuống các tệp mở rộng TNT - The New Tab 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
TNT - The New Tab - define your own new tab - pick some predefined URLs - support your own URL - or use TNT-page TNT doesn't need any special Permission!! Version 1.1.0 - fixed loosing settings after Chrome updates - removed rapidshare from TNT-options - added domain extensions to labels for TNT-tabbuttons
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fibejpdhnnpjcmpdfkcoeeombnhmjmao |
URL Chính Thức | https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao |
Mô tả | This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com! |
Kích Thước Tệp | 162 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2015-08-11 |
Ngày Phát Hành | 2015-08-11 |
Nhà Phát Triển | https://permutat.de |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon128.png" }, "name": "TNT - The New Tab", "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!", "version": "1.1.0", "chrome_url_overrides": { "newtab": "redirect.html" }, "background": { "scripts": [ "background.js", "options.js" ] }, "options_page": "options.html", "permissions": [ "storage" ] } |