Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Classify Newtab là gì?
Classify Newtab là một tiện ích mở rộng Chrome được phát triển bởi cassifyext, và tính năng chính của nó là "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".
Ả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 Classify Newtab
Tải xuống các tệp mở rộng Classify Newtab 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
This extension allows you to separate your favorites into folders, bookmarks and shortcuts in an organized manner that gives you full control of your desktop, your new tab and your start page. By clicking "Add to chrome", I accept and agree to installing Classify extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at Privacy Policy: https://classifyext.com/privacy.html EULA: https://classifyext.com/eula.html Classify search will be powered by Microsoft Bing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
Mô tả | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2022-07-16 |
Ngày Phát Hành | 2022-06-26 |
Nhà Phát Triển | cassifyext |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.classifyext.com |
URL Trang Trợ Giúp | https://classifyext.com/contact.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Classify Newtab", "description": "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.", "version": "1.1.7", "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" ], "background": { "service_worker": "service_worker.js" } } |