Fill form get
Fill form with get parameters
Fill form getとは何ですか?
Fill form getはhttps://digitalgg.comによって開発されたChromeの拡張機能で、その主な機能は「Fill form with get parameters」です。
Fill form get拡張機能のCRXファイルをダウンロード
Fill form get拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | hlpbbilciikoohloghfnlofmgekenkpl |
公式URL | https://chromewebstore.google.com/detail/fill-form-get/hlpbbilciikoohloghfnlofmgekenkpl |
説明 | Fill form with get parameters |
ファイルサイズ | 32.72 KB |
インストール数 | 22 |
現在のバージョン | 1.0 |
最終更新日 | 2016-05-07 |
公開日 | 2016-05-07 |
開発者 | https://digitalgg.com |
支払い方法 | free |
対応言語 | 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:\/\/*\/*" ] } |