Redirector
Catch and redirect url's based on RegEx identifier
Redirectorคืออะไร?
Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย valurhrafn และคุณลักษณะหลักของมันคือ "Catch and redirect url's based on RegEx identifier"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirector
ดาวน์โหลดไฟล์ส่วนขยาย Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension redirects based on regular expression filter. So it can redirect some url's on a domain, while leaving others alone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | leenkickbboebeampfcphpchhdfhoeio |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/redirector/leenkickbboebeampfcphpchhdfhoeio |
คำอธิบาย | Catch and redirect url's based on RegEx identifier |
ขนาดไฟล์ | 14.1 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-07-01 |
วันที่เผยแพร่ | 2014-07-01 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | valurhrafn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirector", "version": "0.1", "manifest_version": 2, "description": "Catch and redirect url's based on RegEx identifier", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*", "storage" ], "background": { "scripts": [ "myScript.js" ] }, "options_page": "options.html" } |