Data Generator
Create random name, job title or text data.
什么是Data Generator?
Data Generator是由alexander.lea开发的Chrome扩展程序,该扩展的主要功能是“Create random name, job title or text data.”。
扩展截图
下载Data Generator扩展crx文件
下载Data Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates random Name, Job Title and a paragraph of text, for quick test data generation. Automatically copies generated text to the clipboard to reduce the number of clicks necessary. Uses: - http://baconipsum.com/json-api/ for random paragraph - https://randomuser.me/ for random name
扩展基本信息
名称 | Data Generator |
ID | ocaojfcfeffaeabdhhplnanikiimgndi |
官方URL | https://chromewebstore.google.com/detail/data-generator/ocaojfcfeffaeabdhhplnanikiimgndi |
简介 | Create random name, job title or text data. |
文件大小 | 67.97 KB |
安装次数 | 152 |
当前版本 | 1.0.3 |
更新时间 | 2016-09-08 |
上架时间 | 2016-09-08 |
开发者 | alexander.lea |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Data Generator", "description": "Create random name, job title or text data.", "version": "1.0.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.1.0.min.js", "js\/popup.js" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite" ] } |