Fill form from json Chrome 插件, crx 扩展下载
Fill a form from json
Filling long web forms with repeated data is boring, tedious, time consuming and error prone.
It is better to save this data as json and use it multiple times to fill the forms.
Json is a simple text format that is a standard for web communication.
It is human readable and easy to edit, copy, save, send,...
The extension supports string and number in json. The extension supports name and ng-reflect-name in html.
## Security
This extension does not send any data over the network for security and privacy.
The extension can access only the active Tab.
It can get a json from an URL that you enter.
The source code is published on github and anybody can inspect it to see there is no malicious or dangerous code.
## OpenSource
This is an open source application. It is free of charge as free beer - MIT Licence.
Anybody can use this application and its source code for their needs.
Sure I would be happy to drink a free beer for your health. You could donate a beer on <https://paypal.me/LucianoBestia>.
## Example 1 : copy/paste json
Open the json data file:
<https://bestia.dev/chext_fill_form_from_json/form_example.json>
and copy the json to the clipboard (ctrl+a, ctrl+c).
Open the webpage:
<https://bestia.dev/chext_fill_form_from_json/form_example.html>
start the extension and paste the data from the clipboard.
Click on `Fill form from json`.
Done.
## Example 2 : Fill from URL
Open the webpage:
<https://bestia.dev/chext_fill_form_from_json/form_example.html>
start the extension and enter this URL:
<https://bestia.dev/chext_fill_form_from_json/form_example.json>
Click on `Fill form from URL`.
Done.
## Development
For development you can install it from the local disk.
In `<chrome://extensions/>` enable `Developer mode` and then use `Load unpacked`.
## Publishing
Publishing a Chrome Extension to Chrome Web Store is fairly easy.
<https://chrome.google.com/webstore/developer/dashboard>
| 分类 | 📝工作流程与规划 |
| 插件标识 | gdgkhgfgpfhnmiebaedlcaignonmjobe |
| 平台 | Chrome |
| 评分 |
☆☆☆☆☆
|
| 评分人数 | |
| 插件主页 | https://chromewebstore.google.com/detail/fill-form-from-json/gdgkhgfgpfhnmiebaedlcaignonmjobe |
| 版本号 | 25.2.3.0 |
| 大小 | 79.5KiB |
| 官网下载次数 | 602 |
| 下载地址 | |
| 更新时间 | 2021-12-20 00:00:00 |
CRX扩展文件安装方法
第1步: 打开Chrome浏览器的扩展程序
第2步:
在地址栏输入: chrome://extensions/
第3步: 开启右上角的【开发者模式】
第4步: 重启Chrome浏览器 (重要操作)
第5步: 重新打开扩展程序管理界面
第6步: 将下载的crx文件直接拖入页面完成安装
注意:请确保使用最新版本的Chrome浏览器