Chameleon

Allow to run extensions from Opera add-ons

Chameleon란 무엇입니까?

Chameleon은(는) chameleon.ext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow to run extensions from Opera add-ons"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Chameleon is a popular Chrome extension with more than 1 000 000 users, which allows running extensions from Opera.
It's useful to note that Chameleon has advanced performance, privacy, and security-focused extension that makes it easy to install plugins from Opera into Chrome.
The Chameleon browser extension supports automatic updates for Opera and Chrome add-ons. Updates are checked automatically in the background. Alternatively, you can run a manual check for updates on the Chameleon settings page.
It only takes a minute to install the extension, try it!                    

확장 프로그램 기본 정보

이름 Chameleon Chameleon
ID dmpojjilddefgnhiicjcmhbkjgbbclob
공식 URL https://chromewebstore.google.com/detail/chameleon/dmpojjilddefgnhiicjcmhbkjgbbclob
설명 Allow to run extensions from Opera add-ons
파일 크기 523 KB
설치 횟수 880,942
현재 버전 1.8.7
최근 업데이트 2020-10-15
출시 날짜 2020-10-14
평점 3.81/5 총 782 개의 평점
개발자 chameleon.ext
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chameleon",
    "description": "Allow to run extensions from Opera add-ons",
    "version": "1.8.7",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/tools.js",
            "js\/extension.js",
            "js\/bg.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/addons.opera.com\/*"
            ],
            "js": [
                "includes\/sbInject.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/addons.opera.com\/*\/extensions\/details\/*"
            ],
            "js": [
                "includes\/operaStore.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "downloads",
        "clipboardWrite",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "includes\/sovetnik.opera.min.js"
    ]
}