Fill form get
Fill form with get parameters
Fill form get là gì?
Fill form get là một tiện ích mở rộng Chrome được phát triển bởi https://digitalgg.com, và tính năng chính của nó là "Fill form with get parameters".
Tải xuống tệp CRX của tiện ích mở rộng Fill form get
Tải xuống các tệp mở rộng Fill form get 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
Fill form with get parameters from url. For example: website (example.com) contains form with two fields (name, surname) and we know that input field name is "name" and "surname", so we can set get parameters to fill form. For example: if url will be example.com?name=test, the form input with name "name" will be filled with value test.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlpbbilciikoohloghfnlofmgekenkpl |
URL Chính Thức | https://chromewebstore.google.com/detail/fill-form-get/hlpbbilciikoohloghfnlofmgekenkpl |
Mô tả | Fill form with get parameters |
Kích Thước Tệp | 32.72 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-05-07 |
Ngày Phát Hành | 2016-05-07 |
Nhà Phát Triển | https://digitalgg.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill form get", "version": "1.0", "manifest_version": 2, "description": "Fill form with get parameters", "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ] } |