Paste Lorem Ipsum...

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

Qu'est-ce que Paste Lorem Ipsum... ?

Paste Lorem Ipsum... est une extension Chrome développée par https://daki.me, et sa fonction principale est "Right click on a text field or textarea to insert the Lorem Ipsum text.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Paste Lorem Ipsum...

Téléchargez les fichiers d'extension Paste Lorem Ipsum... au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
URL Officiel https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Description Right click on a text field or textarea to insert the Lorem Ipsum text.
Taille du Fichier 15.86 KB
Nombre d'Installations 59
Version Actuelle 1.3
Dernière Mise à Jour 2020-10-13
Date de Publication 2020-10-13
Développeur https://daki.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}