Random Text Generator
Insert any amount of fake data to a form field. Easy Peasy
Co to jest Random Text Generator?
Random Text Generator to rozszerzenie Chrome opracowane przez https://shobi.in, a jego główną funkcją jest „Insert any amount of fake data to a form field. Easy Peasy”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Random Text Generator
Pobierz pliki rozszerzeń Random Text Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lmealcdbihjhocippaajjhijhjciaojo |
| Oficjalny URL | https://chromewebstore.google.com/detail/random-text-generator/lmealcdbihjhocippaajjhijhjciaojo |
| Opis | Insert any amount of fake data to a form field. Easy Peasy |
| Rozmiar pliku | 719 KB |
| Liczba instalacji | 514 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2018-11-16 |
| Data Publikacji | 2018-11-14 |
| Ocena | 2.33/5 Łącznie 3 Oceny |
| Deweloper | https://shobi.in |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ppshobi/chrome-random-text-generator |
| Adres URL Strony Pomocy | https://github.com/ppshobi/chrome-random-text-generator/issues |
| Obsługiwane Języki | 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": [
" | |