wizipsum

We all have funny mates, right?

Что такое wizipsum?

wizipsum - это расширение Chrome, разработанное gabin.aureche, и его основная функция - "We all have funny mates, right?".

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

screenshot

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

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

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

                        As developers, we often need to fill forms with fake data. So most of the times we end up punching our keyboard to get some random combination of oedsqkdmqslkdzakdmz. But that's clearly not nice nor a "real world" input.

wizipsum's Chrome Extension allow you to quickly fill inputs with random funny strings. Here are a couple of its features:

* Insert titles and/or paragraphs with funny lorem ipsum text
* Insert an email/url (they are both customisable)
* Triggers the usual behavior (meaning frameworks such as Angular properly update their states)
* Copy text to the clipboard                    

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

Название wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Официальный URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Описание We all have funny mates, right?
Размер файла 38.5 KB
Количество установок 35
Текущая Версия 0.3.1
Последнее Обновление 2016-05-11
Дата публикации 2016-05-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик gabin.aureche
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://wizbii.github.io/wizipsum
URL страницы помощи https://github.com/wizbii/wizipsum/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wizipsum",
    "description": "We all have funny mates, right?",
    "version": "0.3.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "public\/scripts\/content.js"
            ]
        }
    ]
}