Chrome Extension Organizer
A chrome extension to organize other extensions
Chrome Extension Organizerとは何ですか?
Chrome Extension OrganizerはRavi Jaggaによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to organize other extensions」です。
拡張機能のスクリーンショット
Chrome Extension Organizer拡張機能のCRXファイルをダウンロード
Chrome Extension Organizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features:-
- Group Extensions By Categories
- Drag and Drop support to easily move extensions across categories
- Enable/Disable any installed extension
- Sync data across all devices 拡張機能の基本情報
| 名前 | |
| ID | ihpaieemfcpeondkheidnecdlhihgddc |
| 公式URL | https://chromewebstore.google.com/detail/chrome-extension-organize/ihpaieemfcpeondkheidnecdlhihgddc |
| 説明 | A chrome extension to organize other extensions |
| ファイルサイズ | 103 KB |
| インストール数 | 727 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2019-10-13 |
| 公開日 | 2019-10-13 |
| 評価 | 4.43/5 合計 7 レビュー |
| 開発者 | Ravi Jagga |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/ravijagga/chrome-extension-organizer |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Extension Organizer",
"version": "1.5",
"description": "A chrome extension to organize other extensions",
"permissions": [
"management",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2
} | |