Lorem Ipsum Generator

Injecting stuff

Lorem Ipsum Generator란 무엇입니까?

Lorem Ipsum Generator은(는) anilcan.cakir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Injecting stuff"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The Lorem Ipsum Generator extension can generate words, sentences or paragraphs by your selection. It supports the storing the last selection options. So, if you open the extension again, you can continue with last options.

The extension has shortcut buttons. Example, you can copy or refresh the generated text with one click.

It's a open-source extension and this project made with VueJs by Anılcan Çakır.                    

확장 프로그램 기본 정보

이름 Lorem Ipsum Generator Lorem Ipsum Generator
ID leokkkfhnahnlmfkelibfigimkoinkfm
공식 URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/leokkkfhnahnlmfkelibfigimkoinkfm
설명 Injecting stuff
파일 크기 382 KB
설치 횟수 260
현재 버전 0.0.1
최근 업데이트 2018-10-30
출시 날짜 2018-10-30
평점 5.00/5 총 2 개의 평점
개발자 anilcan.cakir
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension
도움말 페이지 URL https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lorem Ipsum Generator",
    "short_name": "lorem-ipsum",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Injecting stuff",
    "homepage_url": "https:\/\/github.com\/anilcancakir\/lorem-ipsum-generator-chrome-extension",
    "browser_action": {
        "default_title": "Lorem Ipsum Generator",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png",
        "512": "assets\/logo-512.png",
        "1024": "assets\/logo-1024.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}