URL Redirector

Redirect url by pattern to any place you want.

URL Redirectorคืออะไร?

URL Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bluz และคุณลักษณะหลักของมันคือ "Redirect url by pattern to any place you want."

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

screenshot

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

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

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

                        This extension help you to:
- Redirect from an URL to another URL.
- Redirect from an URL to a file on your local machine.
- Set password to protect your setting from other change.
- Play some trick ( just do it :)                    

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

ชื่อ URL Redirector URL Redirector
ID kpdinddojclpdndplpblgckkfepjplie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie
คำอธิบาย Redirect url by pattern to any place you want.
ขนาดไฟล์ 245 KB
จำนวนการติดตั้ง 3,463
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-01-23
วันที่เผยแพร่ 2014-01-23
คะแนน 4.35/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา Bluz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Redirector",
    "description": "Redirect url by pattern to any place you want.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "mart.png",
        "default_title": "URL Redirector",
        "default_popup": "index.html"
    },
    "options_page": "option.html"
}