url-maker
The app can conveniently display the parameters of url.
url-makerคืออะไร?
url-maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lisahang และคุณลักษณะหลักของมันคือ "The app can conveniently display the parameters of url."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย url-maker
ดาวน์โหลดไฟล์ส่วนขยาย url-maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
该应用可以把网址上的参数直观的展示出来。也可以修改相关参数并刷新网页。
The app can conveniently display the parameters of url.
可以在网址框修改参数,一键添加debug并可以记忆qq号~
-v2.1.0
可以对参数中的json进行解析
-v2.2.0
修复参数解析成乱码的bug ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | omcnnmnboifgijnnpihpejkjniodmmnh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-maker/omcnnmnboifgijnnpihpejkjniodmmnh |
| คำอธิบาย | The app can conveniently display the parameters of url. |
| ขนาดไฟล์ | 59.42 KB |
| จำนวนการติดตั้ง | 51 |
| เวอร์ชันปัจจุบัน | 2.2.0 |
| อัปเดตครั้งล่าสุด | 2018-10-10 |
| วันที่เผยแพร่ | 2018-10-10 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | lisahang |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "url-maker",
"manifest_version": 2,
"version": "2.2.0",
"description": "The app can conveniently display the parameters of url.",
"browser_action": {
"default_icon": "icon.png",
"default_title": "URL-Maker",
"default_popup": "change.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/"
],
"js": [
"jquery-3.1.1.min.js",
"main.js"
]
}
],
"permissions": [
"tabs",
"storage"
]
} | |