Paste Lorem Ipsum...

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

Co to jest Paste Lorem Ipsum...?

Paste Lorem Ipsum... to rozszerzenie Chrome opracowane przez https://daki.me, a jego główną funkcją jest „Right click on a text field or textarea to insert the Lorem Ipsum text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Paste Lorem Ipsum...

Pobierz pliki rozszerzeń Paste Lorem Ipsum... w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
Oficjalny URL https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
Opis Right click on a text field or textarea to insert the Lorem Ipsum text.
Rozmiar pliku 15.86 KB
Liczba instalacji 59
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2020-10-13
Data Publikacji 2020-10-13
Deweloper https://daki.me
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}