Arex Chrome Extension (Trip)

Provides more capabilities for Arex

Arex Chrome Extension (Trip)คืออะไร?

Arex Chrome Extension (Trip) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wr.zhang25 และคุณลักษณะหลักของมันคือ "Provides more capabilities for Arex"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arex Chrome Extension (Trip)

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

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

                        此插件可突破浏览器跨域限制,原理是通过postMessage把需要请求的函数交给插件的background处理。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arex Chrome Extension (Trip) Arex Chrome Extension (Trip)
ID aeedmjhchkfdihlhngofokjmmielhjle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/arex-chrome-extension-tri/aeedmjhchkfdihlhngofokjmmielhjle
คำอธิบาย Provides more capabilities for Arex
ขนาดไฟล์ 11.58 KB
จำนวนการติดตั้ง 826
เวอร์ชันปัจจุบัน 1.0.55
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2023-04-26
ผู้พัฒนา wr.zhang25
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arex Chrome Extension (Trip)",
    "version": "1.0.55",
    "manifest_version": 3,
    "description": "Provides more capabilities for Arex",
    "homepage_url": "https:\/\/arextest.github.io\/arex-doc\/",
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/127.0.0.1:8002\/*",
        "http:\/\/127.0.0.1:6001\/*",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "interceptor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_title": "Arex",
        "default_icon": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "run_at": "document_start"
        }
    ]
}