Paste Lorem Ipsum...

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

Was ist Paste Lorem Ipsum...?

Paste Lorem Ipsum... ist eine Chrome-Erweiterung, die von https://daki.me entwickelt wurde, und ihr Hauptmerkmal ist "Right click on a text field or textarea to insert the Lorem Ipsum text.".

Erweiterungsscreenshots

screenshot
screenshot

Paste Lorem Ipsum...-Erweiterungs-CRX-Datei herunterladen

Laden Sie Paste Lorem Ipsum...-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
Offizielle URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Beschreibung Right click on a text field or textarea to insert the Lorem Ipsum text.
Dateigröße 15.86 KB
Installationsanzahl 59
Aktuelle Version 1.3
Letztes Update 2020-10-13
Veröffentlichungsdatum 2020-10-13
Entwickler https://daki.me
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}