Data Generator
Create random name, job title or text data.
Qu'est-ce que Data Generator ?
Data Generator est une extension Chrome développée par alexander.lea, et sa fonction principale est "Create random name, job title or text data.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Data Generator
Téléchargez les fichiers d'extension Data Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Data Generator |
ID | ocaojfcfeffaeabdhhplnanikiimgndi |
URL Officiel | https://chromewebstore.google.com/detail/data-generator/ocaojfcfeffaeabdhhplnanikiimgndi |
Description | Create random name, job title or text data. |
Taille du Fichier | 67.97 KB |
Nombre d'Installations | 152 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2016-09-08 |
Date de Publication | 2016-09-08 |
Développeur | alexander.lea |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |