UrlParamUpdater
This extension enables you to update/add/remove url param value. Useful when working with long urls.
UrlParamUpdaterคืออะไร?
UrlParamUpdater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension enables you to update/add/remove url param value. Useful when working with long urls."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UrlParamUpdater
ดาวน์โหลดไฟล์ส่วนขยาย UrlParamUpdater ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables you to update/add/remove url param value. Useful when working with long urls with a big number of params. Handy if a shortcut is assigned. How to use? For url: http://example.com?foo=bar - when added foo=new will update tab url to http://example.com?foo=new - when added foo= (empty value) will update tab url to http://example.com? - when added geek=true will update tab url to http://example.com?geek=true
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UrlParamUpdater |
ID | nfcohebinojijpbmgklkhbiooeiiojea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea |
คำอธิบาย | This extension enables you to update/add/remove url param value. Useful when working with long urls. |
ขนาดไฟล์ | 8.39 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2015-12-17 |
วันที่เผยแพร่ | 2015-12-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.linkedin.com/in/damian-jaszczurowski-51743499 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.2", "name": "UrlParamUpdater", "description": "This extension enables you to update\/add\/remove url param value. Useful when working with long urls.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ] } |