Query params
Provides a user interface to read/write URL query parameters for the currently active tab.
Query paramsคืออะไร?
Query params เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oliverjash และคุณลักษณะหลักของมันคือ "Provides a user interface to read/write URL query parameters for the currently active tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Query params
ดาวน์โหลดไฟล์ส่วนขยาย Query params ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides a user interface to read/write URL query parameters for the currently active tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Query params |
ID | jgacgeahnbmkhdhldifidddbkneahmal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal |
คำอธิบาย | Provides a user interface to read/write URL query parameters for the currently active tab. |
ขนาดไฟล์ | 85.04 KB |
จำนวนการติดตั้ง | 942 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2020-07-07 |
วันที่เผยแพร่ | 2020-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | oliverjash |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/OliverJAsh/chrome-query-params |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Query params", "description": "Provides a user interface to read\/write URL query parameters for the currently active tab.", "version": "0.0.8", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "mac": "Command+Shift+P", "windows": "Ctrl+Shift+P" } } }, "icons": { "128": "icon.png" } } |