Chameleon

Allow to run extensions from Opera add-ons

Chameleonคืออะไร?

Chameleon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chameleon.ext และคุณลักษณะหลักของมันคือ "Allow to run extensions from Opera add-ons"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chameleon

ดาวน์โหลดไฟล์ส่วนขยาย Chameleon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}