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 |
Eメール | [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" ] } |