Random Text Generator
Insert any amount of fake data to a form field. Easy Peasy
Random Text Generator란 무엇입니까?
Random Text Generator은(는) https://shobi.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Insert any amount of fake data to a form field. Easy Peasy"입니다.
확장 프로그램 스크린샷
Random Text Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Random Text Generator |
ID | lmealcdbihjhocippaajjhijhjciaojo |
공식 URL | https://chromewebstore.google.com/detail/random-text-generator/lmealcdbihjhocippaajjhijhjciaojo |
설명 | Insert any amount of fake data to a form field. Easy Peasy |
파일 크기 | 719 KB |
설치 횟수 | 514 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-11-16 |
출시 날짜 | 2018-11-14 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | https://shobi.in |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ppshobi/chrome-random-text-generator |
도움말 페이지 URL | https://github.com/ppshobi/chrome-random-text-generator/issues |
지원되는 언어 | 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": [ " |