Lorem Ipsum Generator

Injecting stuff

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

Lorem Ipsum Generator - это расширение Chrome, разработанное anilcan.cakir, и его основная функция - "Injecting stuff".

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

screenshot

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

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

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

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