Extensions Reloader

Reload all unpacked extensions

Extensions Reloader란 무엇입니까?

Extensions Reloader은(는) Ali Gasymov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reload all unpacked extensions"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Unpacked extensions can be reloaded in two ways:
1. Click the extension icon in the browser toolbar
2. Perform a keyboard shortcut (Alt+Shift+R)

Note: if the manifest has been changed in your extension, then you need to update it on the extensions page                    

확장 프로그램 기본 정보

이름 Extensions Reloader Extensions Reloader
ID cdodkghoiojefkdnkciflkgigkgljjeo
공식 URL https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo
설명 Reload all unpacked extensions
파일 크기 6.93 KB
설치 횟수 26
현재 버전 1.0.0
최근 업데이트 2023-10-12
출시 날짜 2021-12-15
개발자 Ali Gasymov
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.gasymov.com/privacy-policy/extensions-reloader
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Reloader",
    "description": "Reload all unpacked extensions",
    "manifest_version": 3,
    "version": "1.0.0",
    "action": {
        "default_title": "Reload Extensions"
    },
    "icons": {
        "16": "static\/images\/icon-16.png",
        "32": "static\/images\/icon-32.png",
        "48": "static\/images\/icon-48.png",
        "128": "static\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "reload": {
            "description": "Reload all extensions in development",
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        }
    },
    "permissions": [
        "management"
    ]
}