Environment switcher

Switch between multiple site environments quickly and easily.

Environment switcherคืออะไร?

Environment switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chi-teck และคุณลักษณะหลักของมันคือ "Switch between multiple site environments quickly and easily."

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Environment switcher Environment switcher
ID jomnepafaihcmbbbjngkgpllegemdfll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/environment-switcher/jomnepafaihcmbbbjngkgpllegemdfll
คำอธิบาย Switch between multiple site environments quickly and easily.
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 176
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2016-03-19
วันที่เผยแพร่ 2016-03-19
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา chi-teck
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Chi-teck/environment-switcher
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Environment switcher",
    "version": "1.4.0",
    "description": "Switch between multiple site environments quickly and easily.",
    "background": {
        "persistent": false,
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options\/options.html",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "64": "images\/64.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Switch environment"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}