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 |
Eメール | [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" } } |