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 |
官方URL | 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" } } |