Query params
Provides a user interface to read/write URL query parameters for the currently active tab.
Query params là gì?
Query params là một tiện ích mở rộng Chrome được phát triển bởi oliverjash, và tính năng chính của nó là "Provides a user interface to read/write URL query parameters for the currently active tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Query params
Tải xuống các tệp mở rộng Query params 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
Provides a user interface to read/write URL query parameters for the currently active tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Query params |
ID | jgacgeahnbmkhdhldifidddbkneahmal |
URL Chính Thức | https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal |
Mô tả | Provides a user interface to read/write URL query parameters for the currently active tab. |
Kích Thước Tệp | 85.04 KB |
Số Lần Cài Đặt | 942 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2020-07-07 |
Ngày Phát Hành | 2020-07-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | oliverjash |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/OliverJAsh/chrome-query-params |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |