String Generator
Generate random strings of specified length.
String Generatorคืออะไร?
String Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arthur Manasyan และคุณลักษณะหลักของมันคือ "Generate random strings of specified length."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย String Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |