Data Generator
Create random name, job title or text data.
Cos'è Data Generator?
Data Generator è un'estensione di Chrome sviluppata da alexander.lea, e la sua funzione principale è "Create random name, job title or text data.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Data Generator
Scarica i file di estensione Data Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ocaojfcfeffaeabdhhplnanikiimgndi |
URL Ufficiale | https://chromewebstore.google.com/detail/data-generator/ocaojfcfeffaeabdhhplnanikiimgndi |
Descrizione | Create random name, job title or text data. |
Dimensione del File | 67.97 KB |
Conteggio Installazioni | 152 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2016-09-08 |
Data di Pubblicazione | 2016-09-08 |
Sviluppatore | alexander.lea |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |