Simple Lorem Ipsum Generator

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

Co je Simple Lorem Ipsum Generator?

Simple Lorem Ipsum Generator je rozšíření Chrome vyvinuté d1ceward, a jeho hlavní funkcí je „Quick way to generate lorem ipsum text with customizable size. Light and forever free.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Simple 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í

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

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

Název Simple Lorem Ipsum Generator Simple Lorem Ipsum Generator
ID paipcofpmjfkfeeoknhmbbnebcciikon
Oficiální URL https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon
Popis Quick way to generate lorem ipsum text with customizable size. Light and forever free.
Velikost souboru 25.99 KB
Počet instalací 101
Aktuální Verze 1.3.1
Poslední Aktualizace 2024-02-10
Datum Vydání 2018-07-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář d1ceward
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/d1ceward/lipsum_generator
URL Stránky Nápovědy https://github.com/d1ceward/lipsum_generator/issues
Podporované Jazyky 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
}