String Generator
Generate random strings of specified length.
什么是String Generator?
String Generator是由Arthur Manasyan开发的Chrome扩展程序,该扩展的主要功能是“Generate random strings of specified length.”。
扩展截图
下载String Generator扩展crx文件
下载String Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension generates random string for provided length from lowercase English letters which can be used to test field validation. After generating the string it is copied to clipboard so you can just paste to your application under test. For strings longer than 10 characters length is populated at the start of the string. End of the string is marked with '_e' - after you paste the string in a test field, this end mark will indicate whether the string was truncated or not.
扩展基本信息
名称 | |
ID | bjldlhbmmfjfmkhgkclafnadmofhpajd |
官方URL | https://chrome.google.com/webstore/detail/string-generator/bjldlhbmmfjfmkhgkclafnadmofhpajd |
简介 | Generate random strings of specified length. |
文件大小 | 42.08 KB |
安装次数 | 80 |
当前版本 | 1.1 |
更新时间 | 2020-07-08 |
上架时间 | 2019-07-20 |
评分 | 5.00/5 共1次评分 |
开发者 | Arthur Manasyan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "String Generator", "description": "Generate random strings of specified length.", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |