Thinktab
Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Thinktab là gì?
Thinktab là một tiện ích mở rộng Chrome được phát triển bởi thinktabextdeveloper, và tính năng chính của nó là "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".
Ả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 Thinktab
Tải xuống các tệp mở rộng Thinktab 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
Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links. By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at Privacy Policy: https://www.thinktabext.com/privacy.html EULA: https://www.thinktabext.com/eula.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bdicbodmbnjojjhjhpblokklbohbcngk |
URL Chính Thức | https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk |
Mô tả | Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images. |
Kích Thước Tệp | 2.27 MB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 1.11 |
Cập Nhật Lần Cuối | 2022-07-21 |
Ngày Phát Hành | 2022-05-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | thinktabextdeveloper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.thinktabext.com/ |
URL Trang Trợ Giúp | https://www.thinktabext.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thinktab", "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.", "version": "1.11", "manifest_version": 3, "icons": { "16": "\/img\/index.png", "32": "\/img\/index.png", "48": "\/img\/index.png", "128": "\/img\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "action": { "default_popup": "popup.html", "default_title": "Click here to show the popup to add or remove the current url from shortcut." }, "background": { "service_worker": "service_worker.js" } } |