swap

URL redirect tool for debugging

swapคืออะไร?

swap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kylepeluso.com และคุณลักษณะหลักของมันคือ "URL redirect tool for debugging"

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

screenshot
screenshot

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

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

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

                        Swap can be used to redirect complete or partial URLs. This helpful for debugging and developing sites. The extension indicates in the toolbar when rules are active to prevent you from unintentionally redirecting after you are done.                    

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

ชื่อ swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
คำอธิบาย URL redirect tool for debugging
ขนาดไฟล์ 88.96 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-09-19
วันที่เผยแพร่ 2021-09-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://kylepeluso.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kylepeluso.com/swap
URL หน้านโยบายความเป็นส่วนตัว https://kylepeluso.com/swap/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "swap",
    "version": "1.1.0",
    "description": "URL redirect tool for debugging",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "swap",
        "default_icon": "icons\/s-logo-tigre-128.png"
    },
    "icons": {
        "16": "icons\/s-logo-tigre-16.png",
        "48": "icons\/s-logo-tigre-48.png",
        "128": "icons\/s-logo-tigre-128.png"
    },
    "manifest_version": 2
}