ExtensionManager

Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…

ExtensionManager란 무엇입니까?

ExtensionManager은(는) https://www.zangse.mobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ExtensionManager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        1. Manage extensions, disable/enable your extensions with one click
2. Set common extensions, you can open the common extension mode
3. Quickly search for your extensions and configure them
4. View extensions in the chrome app store
5. Open the expanded configuration page
6. Uninstall the extension
7. Added some shortcuts
If you have a better UI design and function recommendations, please leave a message yo.
Test phase, welcome to comment.                    

확장 프로그램 기본 정보

이름 ExtensionManager ExtensionManager
ID jijileelaefjahodboljljdgfpbjjlac
공식 URL https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac
설명 Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
파일 크기 405 KB
설치 횟수 2,215
현재 버전 0.0.10
최근 업데이트 2018-06-26
출시 날짜 2018-06-26
평점 4.33/5 총 21 개의 평점
개발자 https://www.zangse.mobi
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zangse/vue-chrome-extension
도움말 페이지 URL https://github.com/zangse/vue-chrome-extension
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "zh_CN",
    "version": "0.0.10",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "static\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.main.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "global": true
        }
    },
    "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension",
    "permissions": [
        "tabs",
        "management",
        "storage"
    ]
}