Lorem Ipsum Generator

Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.

Что такое Lorem Ipsum Generator?

Lorem Ipsum Generator - это расширение Chrome, разработанное https://getlorem.com, и его основная функция - "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.".

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

screenshot
screenshot

Скачать файл CRX расширения Lorem Ipsum Generator

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

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

                        Elegantly designed and easy to use. The values you enter are stored so that your preferred option will always be immediately available.                    

Основная информация о расширении

Название Lorem Ipsum Generator Lorem Ipsum Generator
ID pglahbfamjiifnafcicdibiiabpakkkb
Официальный URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/pglahbfamjiifnafcicdibiiabpakkkb
Описание Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.
Размер файла 53.87 KB
Количество установок 23,243
Текущая Версия 1.0.0
Последнее Обновление 2017-01-24
Дата публикации 2017-01-24
Рейтинг 4.83/5 Всего 12 оценок
Разработчик https://getlorem.com
Тип оплаты free
Официальный сайт расширения https://getlorem.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lorem Ipsum Generator",
    "version": "1.0.0",
    "description": "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Lorem Ipsum Generator"
    }
}