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 - это расширение Chrome, разработанное jonas.u.peterson, и его основная функция - "Adds Lorum ipsum text to the clipboard. You can use keyboar shortcuts and choose which alternativs should be displayed".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Chromum ipsum

Скачайте файлы расширений Chromum ipsum в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            }
        }
    }
}