Lorem Ipsum Generator

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

Co je Lorem Ipsum Generator?

Lorem Ipsum Generator je rozšíření Chrome vyvinuté https://getlorem.com, a jeho hlavní funkcí je „Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Lorem Ipsum Generator

Stáhněte si soubory rozšíření Lorem Ipsum Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Lorem Ipsum Generator Lorem Ipsum Generator
ID pglahbfamjiifnafcicdibiiabpakkkb
Oficiální URL https://chromewebstore.google.com/detail/lorem-ipsum-generator/pglahbfamjiifnafcicdibiiabpakkkb
Popis Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.
Velikost souboru 53.87 KB
Počet instalací 23,243
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-01-24
Datum Vydání 2017-01-24
Hodnocení 4.83/5 Celkem 12 Hodnocení
Vývojář https://getlorem.com
Typ Platby free
Webové stránky Rozšíření https://getlorem.com
Podporované Jazyky 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"
    }
}