URL Query Editor
Add and edit URL query parameters more easily.
URL Query Editorคืออะไร?
URL Query Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arthur Liao และคุณลักษณะหลักของมันคือ "Add and edit URL query parameters more easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Query Editor
ดาวน์โหลดไฟล์ส่วนขยาย URL Query Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps you to add and edit URL query parameters more easily. Autocomplete is enabled to facilitate parameter input. You may configure the autocomplete suggestion list in the options page. Default shortcut key: - MacOS: Command + U - Windows: ALT + U Issues: - TAB does not work initially on Windows. This is a Chrome regression (chromium issue 122352). Version 1.0.2 (5/27/2013) - Fix TAB focus issue on Mac Version 1.0 (5/26/2013) - Initial release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Query Editor |
ID | kapcngknfepfobkbinmkdakbjobieoam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-query-editor/kapcngknfepfobkbinmkdakbjobieoam |
คำอธิบาย | Add and edit URL query parameters more easily. |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 1,280 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2013-05-28 |
วันที่เผยแพร่ | 2013-05-27 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Arthur Liao |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Query Editor", "description": "Add and edit URL query parameters more easily.", "version": "1.0.2", "permissions": [ "storage", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+U", "mac": "Command+U" } } }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon38.png", "default_popup": "popup.html" } } |