Lipsum Generator
Generate lorem ipsum dummy text.
Lipsum Generator란 무엇입니까?
Lipsum Generator은(는) https://buiminhphuc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate lorem ipsum dummy text."입니다.
확장 프로그램 스크린샷
Lipsum Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate lorem ipsum dummy text in 4 types: - Words - Sentences - Paragraphs - List (HTML) Extra features: - Text transform: capitalize, uppercase, lowercase. - Custom quantity in each type. - In type Words, you can copy the display text as slug. - Minimize the steps with auto-copy. * This extension works offline completely and does not collect any of your data. Settings in this extension will be synchronized with your browser's account.
확장 프로그램 기본 정보
이름 | Lipsum Generator |
ID | fepopmflofkppphpkfjdbmimglkeifna |
공식 URL | https://chromewebstore.google.com/detail/lipsum-generator/fepopmflofkppphpkfjdbmimglkeifna |
설명 | Generate lorem ipsum dummy text. |
파일 크기 | 370 KB |
설치 횟수 | 5,750 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2022-01-03 |
출시 날짜 | 2018-11-22 |
평점 | 4.92/5 총 13 개의 평점 |
개발자 | https://buiminhphuc.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://lipsum-generator.netlify.app |
도움말 페이지 URL | https://github.com/phucbm/lipsum-generator |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lipsum Generator", "description": "Generate lorem ipsum dummy text.", "version": "3.0.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/assets\/img\/16.png", "32": "\/assets\/img\/32.png", "48": "\/assets\/img\/48.png", "128": "\/assets\/img\/128.png" } }, "icons": { "16": "\/assets\/img\/16.png", "32": "\/assets\/img\/32.png", "48": "\/assets\/img\/48.png", "128": "\/assets\/img\/128.png" } } |