Data Generator
Create random name, job title or text data.
Data Generatorคืออะไร?
Data Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexander.lea และคุณลักษณะหลักของมันคือ "Create random name, job title or text data."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Data Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |