Simple Lorem Ipsum Generator

Quick way to generate lorem ipsum text with customizable size. Light and forever free.

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

Simple Lorem Ipsum Generator - это расширение Chrome, разработанное d1ceward, и его основная функция - "Quick way to generate lorem ipsum text with customizable size. Light and forever free.".

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

screenshot
screenshot

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

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

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

                        For any feature request or bug reporting go on github issue page.
https://github.com/d1ceward/lipsum_generator/issues                    

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

Название Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
Официальный URL https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
Описание Quick way to generate lorem ipsum text with customizable size. Light and forever free.
Размер файла 25.99 KB
Количество установок 101
Текущая Версия 1.3.1
Последнее Обновление 2024-02-10
Дата публикации 2018-07-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик d1ceward
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/d1ceward/lipsum_generator
URL страницы помощи https://github.com/d1ceward/lipsum_generator/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Lorem Ipsum Generator",
    "version": "1.3.1",
    "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.",
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "incognito": "spanning",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3
}