Paste Lorem Ipsum...

Right click on a text field or textarea to insert the Lorem Ipsum text.

Co je Paste Lorem Ipsum...?

Paste Lorem Ipsum... je rozšíření Chrome vyvinuté https://daki.me, a jeho hlavní funkcí je „Right click on a text field or textarea to insert the Lorem Ipsum text.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

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

                        Right click on a text field or textarea to insert the Lorem Ipsum text.                    

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

Název Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
Oficiální URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Popis Right click on a text field or textarea to insert the Lorem Ipsum text.
Velikost souboru 15.86 KB
Počet instalací 59
Aktuální Verze 1.3
Poslední Aktualizace 2020-10-13
Datum Vydání 2020-10-13
Vývojář https://daki.me
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3",
    "icons": {
        "128": "icon_256.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "commands": {
        "paste-lorem-ipsum": {
            "suggested_key": {
                "default": "Ctrl+L"
            },
            "description": "__MSG_paste__"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}