Random Text Generator
Insert any amount of fake data to a form field. Easy Peasy
Cos'è Random Text Generator?
Random Text Generator è un'estensione di Chrome sviluppata da https://shobi.in, e la sua funzione principale è "Insert any amount of fake data to a form field. Easy Peasy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Text Generator
Scarica i file di estensione Random Text 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
This is a google chrome extension which will generate a random text of given length, and will paste the generated text into the last active input form field. Use Cmd + Shift + I to insert fakeness in Mac Use Ctrl + Shift + F to insert fakeness in Windows
Informazioni di Base sull'Estensione
Nome | Random Text Generator |
ID | lmealcdbihjhocippaajjhijhjciaojo |
URL Ufficiale | https://chromewebstore.google.com/detail/random-text-generator/lmealcdbihjhocippaajjhijhjciaojo |
Descrizione | Insert any amount of fake data to a form field. Easy Peasy |
Dimensione del File | 719 KB |
Conteggio Installazioni | 514 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-11-16 |
Data di Pubblicazione | 2018-11-14 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | https://shobi.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ppshobi/chrome-random-text-generator |
URL della Pagina di Aiuto | https://github.com/ppshobi/chrome-random-text-generator/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Text Generator", "description": "Insert any amount of fake data to a form field. Easy Peasy", "version": "1.0.1", "browser_action": { "default_popup": "popup.html", "title": "Random Text Generator" }, "commands": { "insert-fake": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+I", "windows": "Ctrl+Shift+F" }, "description": "Insert any amount of fake data to a form field" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |