Chromum ipsum

Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed

Chromum ipsum란 무엇입니까?

Chromum ipsum은(는) jonas.u.peterson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed"입니다.

확장 프로그램 스크린샷

screenshot

Chromum ipsum 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Creates Lorum ipsum in nine predefined sizes and stores it on the computers clip board.

On the options page can you set which buttons on the display that should be shown.

You could use keyboard shortcuts to control the extension:

Open extension
Win: Ctrl+Shift+L
Mac: Command+Shift+L

Get three sentences
Win: Ctrl+Shift+2
Mac: Command+Shift+2

Get three paragraphs
Win: Ctrl+Shift+3
Mac: Command+Shift+3                    

확장 프로그램 기본 정보

이름 Chromum ipsum Chromum ipsum
ID khejbmnofemhjohcnpljapkkjkehnagm
공식 URL https://chromewebstore.google.com/detail/chromum-ipsum/khejbmnofemhjohcnpljapkkjkehnagm
설명 Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed
파일 크기 13.03 KB
설치 횟수 389
현재 버전 1.5
최근 업데이트 2016-12-23
출시 날짜 2016-12-23
평점 5.00/5 총 4 개의 평점
개발자 jonas.u.peterson
결제 유형 free
확장 프로그램 웹 사이트 https://advisesolutions.se
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromum ipsum",
    "manifest_version": 2,
    "version": "1.5",
    "description": "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed",
    "icons": {
        "32": "images\/chromumipsum.png"
    },
    "browser_action": {
        "default_title": "Chromum ipsum",
        "default_icon": "images\/chromumipsum.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "most-popular-sentence": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Get most popular sentence",
            "global": true
        },
        "most-popular-paragraphs": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Get most popular paragraph",
            "global": true
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}