Paste Lorem Ipsum...

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

Apa itu Paste Lorem Ipsum...?

Paste Lorem Ipsum... adalah ekstensi Chrome yang dikembangkan oleh https://daki.me, dan fitur utamanya adalah "Right click on a text field or textarea to insert the Lorem Ipsum text.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Paste Lorem Ipsum...

Unduh file ekstensi Paste Lorem Ipsum... dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
URL Resmi https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Deskripsi Right click on a text field or textarea to insert the Lorem Ipsum text.
Ukuran File 15.86 KB
Jumlah Instalasi 59
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-10-13
Tanggal Publikasi 2020-10-13
Pengembang https://daki.me
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}