Paste Lorem Ipsum...

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

Cos'è Paste Lorem Ipsum...?

Paste Lorem Ipsum... è un'estensione di Chrome sviluppata da https://daki.me, e la sua funzione principale è "Right click on a text field or textarea to insert the Lorem Ipsum text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Paste Lorem Ipsum...

Scarica i file di estensione Paste Lorem Ipsum... in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
URL Ufficiale https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Descrizione Right click on a text field or textarea to insert the Lorem Ipsum text.
Dimensione del File 15.86 KB
Conteggio Installazioni 59
Versione Corrente 1.3
Ultimo Aggiornamento 2020-10-13
Data di Pubblicazione 2020-10-13
Sviluppatore https://daki.me
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}