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”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Chrome Extension Organizer Chrome Extension Organizer
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
电子邮箱 [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
}