Simple Lorem Ipsum Generator

Quick way to generate lorem ipsum text with customizable size. Light and forever free.

Simple Lorem Ipsum Generator란 무엇입니까?

Simple Lorem Ipsum Generator은(는) d1ceward에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick way to generate lorem ipsum text with customizable size. Light and forever free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple Lorem Ipsum Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        For any feature request or bug reporting go on github issue page.
https://github.com/d1ceward/lipsum_generator/issues                    

확장 프로그램 기본 정보

이름 Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
공식 URL https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
설명 Quick way to generate lorem ipsum text with customizable size. Light and forever free.
파일 크기 25.99 KB
설치 횟수 101
현재 버전 1.3.1
최근 업데이트 2024-02-10
출시 날짜 2018-07-11
평점 5.00/5 총 1 개의 평점
개발자 d1ceward
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/d1ceward/lipsum_generator
도움말 페이지 URL https://github.com/d1ceward/lipsum_generator/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Lorem Ipsum Generator",
    "version": "1.3.1",
    "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "incognito": "spanning",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3
}