Paste Lorem Ipsum...

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

Paste Lorem Ipsum...คืออะไร?

Paste Lorem Ipsum... เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://daki.me และคุณลักษณะหลักของมันคือ "Right click on a text field or textarea to insert the Lorem Ipsum text."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paste Lorem Ipsum...

ดาวน์โหลดไฟล์ส่วนขยาย Paste Lorem Ipsum... ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paste Lorem Ipsum... Paste Lorem Ipsum...
ID femdappdcngafbefbkfllghlghmfclld
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paste-lorem-ipsum/femdappdcngafbefbkfllghlghmfclld
คำอธิบาย Right click on a text field or textarea to insert the Lorem Ipsum text.
ขนาดไฟล์ 15.86 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-10-13
วันที่เผยแพร่ 2020-10-13
ผู้พัฒนา https://daki.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}