URL Converter for Devs
A chrome extension to convert current url using the provided regex
URL Converter for Devsคืออะไร?
URL Converter for Devs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yu Zhou และคุณลักษณะหลักของมันคือ "A chrome extension to convert current url using the provided regex"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Converter for Devs
ดาวน์โหลดไฟล์ส่วนขยาย URL Converter for Devs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a chrome extension to convert current url using the provided regex. The most common use is to convert production url into development/local url for testing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | foajooinlbbhjdmolphogmadmnfllfhb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
คำอธิบาย | A chrome extension to convert current url using the provided regex |
ขนาดไฟล์ | 8.32 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-11-11 |
วันที่เผยแพร่ | 2018-11-11 |
ผู้พัฒนา | Yu Zhou |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Converter for Devs", "version": "1.0.0", "description": "A chrome extension to convert current url using the provided regex", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "notifications", "contextMenus" ] } |