Extentie - extension manager
A simple and elegant Chrome extension manager allows you manage your extensions in a popup window.
Extentie - extension managerとは何ですか?
Extentie - extension managerはAngus Zhuによって開発されたChromeの拡張機能で、その主な機能は「A simple and elegant Chrome extension manager allows you manage your extensions in a popup window.」です。
拡張機能のスクリーンショット
Extentie - extension manager拡張機能のCRXファイルをダウンロード
Extentie - extension manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Extentie is a simple and beautiful tool that allows you to toggle and manage Chrome extensions in a popup.
Latest update:
- Now you can create your own groups to manage your extensions
- Revamped from ground up, added more features                     拡張機能の基本情報
| 名前 |   |  
| ID | bhjkadebkpcekfbjkkmcjhhlfidajfmi | 
| 公式URL | https://chromewebstore.google.com/detail/extentie-extension-manage/bhjkadebkpcekfbjkkmcjhhlfidajfmi | 
| 説明 | A simple and elegant Chrome extension manager allows you manage your extensions in a popup window. | 
| ファイルサイズ | 98.35 KB | 
| インストール数 | 2,430 | 
| 現在のバージョン | 2.0.0 | 
| 最終更新日 | 2023-10-12 | 
| 公開日 | 2020-03-30 | 
| 評価 | 4.32/5 合計 34 レビュー | 
| 開発者 | Angus Zhu | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| プライバシーポリシーページのURL | https://ie.framer.website/privacy | 
| 対応言語 | en,zh-CN,zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "Extentie",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "management",
        "storage",
        "contextMenus"
    ],
    "minimum_chrome_version": "88"
}  |  |