Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
什麼是Classify Newtab?
Classify Newtab是由cassifyext開發的Chrome擴展程式,該擴展的主要功能是“New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.”。
擴展截圖
下載Classify Newtab擴展crx文件
下載Classify Newtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
官方網址 | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
簡介 | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
檔案大小 | 246 KB |
安裝次數 | 2,000 |
目前版本 | 1.1.7 |
更新時間 | 2022-07-16 |
上架時間 | 2022-06-26 |
開發者 | cassifyext |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.classifyext.com |
說明頁面URL | https://classifyext.com/contact.html |
支援的語言 | 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" } } |