Yet Another Lorem Ipsum Generator

Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.

Yet Another Lorem Ipsum Generator란 무엇입니까?

Yet Another Lorem Ipsum Generator은(는) tildbj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.
Directly inserts blind text into text fields on websites or copies blind text to the clipboard for other use. Choose the type and amount of text in an interactive, visual way.

Inserts
* paragraphs of variable length
* titles
* specific or random dates
* mail addresses
* internet addresses

All functionality is also accessible from the context menu.

For text the extension generates random snippets of the famous "Lorem Ipsum" blind text. For mail and internet addresses you can configure your own dummy data to insert. For dates you can configure the date format and choose among special dates (yesterday, today, tomorrow) or let the extension pick a random date for you.

Are you a designer and want to check, how your design looks with data? Do you have to test websites and want to easily enter some test data? Then this extension is for you.

This extension is extremely lightweight. Neither does it include any external libraries nor does it access internet resources.

Feel free to give feedback about missing features and bugs. See the extension's options view for contact details.                    

확장 프로그램 기본 정보

이름 Yet Another Lorem Ipsum Generator Yet Another Lorem Ipsum Generator
ID fafiooicgpgnicbbkfgimcofbhpcledk
공식 URL https://chromewebstore.google.com/detail/yet-another-lorem-ipsum-g/fafiooicgpgnicbbkfgimcofbhpcledk
설명 Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.
파일 크기 29.89 KB
설치 횟수 10,000
현재 버전 2.0.2
최근 업데이트 2023-09-10
출시 날짜 2017-03-27
평점 4.95/5 총 38 개의 평점
개발자 tildbj
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/TildBJ/yalig
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet Another Lorem Ipsum Generator",
    "version": "2.0.2",
    "description": "Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}