form input generator
Generate random form input based on input type. Input will be saved into local storage automatically
form input generatorคืออะไร?
form input generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sabbir และคุณลักษณะหลักของมันคือ "Generate random form input based on input type. Input will be saved into local storage automatically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย form input generator
ดาวน์โหลดไฟล์ส่วนขยาย form input generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate random form input. Creating random form data based on input type. No setting will be needed, just click and enjoy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | form input generator |
ID | ipcomhegikknbhpcfhkjaimmgpagmfof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/form-input-generator/ipcomhegikknbhpcfhkjaimmgpagmfof |
คำอธิบาย | Generate random form input based on input type. Input will be saved into local storage automatically |
ขนาดไฟล์ | 19.61 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 2.1.5 |
อัปเดตครั้งล่าสุด | 2020-11-02 |
วันที่เผยแพร่ | 2019-11-05 |
ผู้พัฒนา | sabbir |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "form input generator", "description": "Generate random form input based on input type. Input will be saved into local storage automatically", "version": "2.1.5", "icons": { "128": "icon_180.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Form Input Generator" }, "content_scripts": [ { "matches": [ " |