Paste Lorem Ipsum...

Right click on a text field or textarea to insert the Lorem Ipsum text.

Paste Lorem Ipsum...란 무엇입니까?

Paste Lorem Ipsum...은(는) https://daki.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click on a text field or textarea to insert the Lorem Ipsum text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Paste Lorem Ipsum... 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Right click on a text field or textarea to insert the Lorem Ipsum text.                    

확장 프로그램 기본 정보

이름 Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
공식 URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
설명 Right click on a text field or textarea to insert the Lorem Ipsum text.
파일 크기 15.86 KB
설치 횟수 59
현재 버전 1.3
최근 업데이트 2020-10-13
출시 날짜 2020-10-13
개발자 https://daki.me
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3",
    "icons": {
        "128": "icon_256.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "commands": {
        "paste-lorem-ipsum": {
            "suggested_key": {
                "default": "Ctrl+L"
            },
            "description": "__MSG_paste__"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}