Random Text Generator
Insert any amount of fake data to a form field. Easy Peasy
什么是Random Text Generator?
Random Text Generator是由https://shobi.in开发的Chrome扩展程序,该扩展的主要功能是“Insert any amount of fake data to a form field. Easy Peasy”。
扩展截图
下载Random Text Generator扩展crx文件
下载Random Text Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a google chrome extension which will generate a random text of given length, and will paste the generated text into the last active input form field.
Use Cmd + Shift + I to insert fakeness in Mac
Use Ctrl + Shift + F to insert fakeness in Windows 扩展基本信息
| 名称 | |
| ID | lmealcdbihjhocippaajjhijhjciaojo |
| 官方URL | https://chromewebstore.google.com/detail/random-text-generator/lmealcdbihjhocippaajjhijhjciaojo |
| 简介 | Insert any amount of fake data to a form field. Easy Peasy |
| 文件大小 | 719 KB |
| 安装次数 | 514 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2018-11-16 |
| 上架时间 | 2018-11-14 |
| 评分 | 2.33/5 共3次评分 |
| 开发者 | https://shobi.in |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ppshobi/chrome-random-text-generator |
| 帮助页面URL | https://github.com/ppshobi/chrome-random-text-generator/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Random Text Generator",
"description": "Insert any amount of fake data to a form field. Easy Peasy",
"version": "1.0.1",
"browser_action": {
"default_popup": "popup.html",
"title": "Random Text Generator"
},
"commands": {
"insert-fake": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "Command+Shift+I",
"windows": "Ctrl+Shift+F"
},
"description": "Insert any amount of fake data to a form field"
}
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |