wizipsum

We all have funny mates, right?

Co to jest wizipsum?

wizipsum to rozszerzenie Chrome opracowane przez gabin.aureche, a jego główną funkcją jest „We all have funny mates, right?”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia wizipsum

Pobierz pliki rozszerzeń wizipsum w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa wizipsum wizipsum
ID ncibdpfgnoldfhagojkniefnaokacfhf
Oficjalny URL https://chromewebstore.google.com/detail/wizipsum/ncibdpfgnoldfhagojkniefnaokacfhf
Opis We all have funny mates, right?
Rozmiar pliku 38.5 KB
Liczba instalacji 35
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2016-05-11
Data Publikacji 2016-05-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper gabin.aureche
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://wizbii.github.io/wizipsum
Adres URL Strony Pomocy https://github.com/wizbii/wizipsum/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}