UrlParamUpdater
This extension enables you to update/add/remove url param value. Useful when working with long urls.
UrlParamUpdater là gì?
UrlParamUpdater là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension enables you to update/add/remove url param value. Useful when working with long urls.".
Tải xuống tệp CRX của tiện ích mở rộng UrlParamUpdater
Tải xuống các tệp mở rộng UrlParamUpdater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UrlParamUpdater |
ID | nfcohebinojijpbmgklkhbiooeiiojea |
URL Chính Thức | https://chromewebstore.google.com/detail/urlparamupdater/nfcohebinojijpbmgklkhbiooeiiojea |
Mô tả | This extension enables you to update/add/remove url param value. Useful when working with long urls. |
Kích Thước Tệp | 8.39 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2015-12-17 |
Ngày Phát Hành | 2015-12-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedin.com/in/damian-jaszczurowski-51743499 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |