EasyGo
Create custom url redirects rules.
EasyGoคืออะไร?
EasyGo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paulchun.com และคุณลักษณะหลักของมันคือ "Create custom url redirects rules."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyGo
ดาวน์โหลดไฟล์ส่วนขยาย EasyGo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Redirects stuff using webRequest. You can set which shortcuts redirect to which urls. Does it using regex replace. Supports HTTPS.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EasyGo |
ID | oeecigfbikkleelaekckmeijhoeifepb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb |
คำอธิบาย | Create custom url redirects rules. |
ขนาดไฟล์ | 1.33 MB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 0.4 alpha |
อัปเดตครั้งล่าสุด | 2018-01-04 |
วันที่เผยแพร่ | 2018-01-04 |
คะแนน | 4.50/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://paulchun.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.paulchun.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyGo", "version": "0.4", "description": "Create custom url redirects rules.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "author": "Paul Chun", "background": { "scripts": [ "background.js" ] }, "homepage_url": "http:\/\/paulchun.com", "incognito": "spanning", "minimum_chrome_version": "17", "offline_enabled": true, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |