Random Text Generator
Insert any amount of fake data to a form field. Easy Peasy
Vad är Random Text Generator?
Random Text Generator är en Chrome-tillägg utvecklad av https://shobi.in, och dess huvudfunktion är "Insert any amount of fake data to a form field. Easy Peasy".
Tilläggsskärmbilder
Ladda ner Random Text Generator-förlängningens CRX-fil
Ladda ner Random Text Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lmealcdbihjhocippaajjhijhjciaojo |
| Officiell webbadress | https://chromewebstore.google.com/detail/random-text-generator/lmealcdbihjhocippaajjhijhjciaojo |
| Beskrivning | Insert any amount of fake data to a form field. Easy Peasy |
| Filstorlek | 719 KB |
| Antal Installationer | 514 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2018-11-16 |
| Publiceringsdatum | 2018-11-14 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | https://shobi.in |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ppshobi/chrome-random-text-generator |
| Hjälpsida URL | https://github.com/ppshobi/chrome-random-text-generator/issues |
| Stödda Språk | 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": [
" | |