Fill form get
Fill form with get parameters
Apa itu Fill form get?
Fill form get adalah ekstensi Chrome yang dikembangkan oleh https://digitalgg.com, dan fitur utamanya adalah "Fill form with get parameters".
Unduh Berkas CRX Ekstensi Fill form get
Unduh file ekstensi Fill form get dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hlpbbilciikoohloghfnlofmgekenkpl |
URL Resmi | https://chromewebstore.google.com/detail/fill-form-get/hlpbbilciikoohloghfnlofmgekenkpl |
Deskripsi | Fill form with get parameters |
Ukuran File | 32.72 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-05-07 |
Tanggal Publikasi | 2016-05-07 |
Pengembang | https://digitalgg.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |