Lorem Ipsum Generator

Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.

Lorem Ipsum Generatorคืออะไร?

Lorem Ipsum Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getlorem.com และคุณลักษณะหลักของมันคือ "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists."

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

screenshot
screenshot

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

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

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

                        Elegantly designed and easy to use. The values you enter are stored so that your preferred option will always be immediately available.                    

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

ชื่อ Lorem Ipsum Generator Lorem Ipsum Generator
ID pglahbfamjiifnafcicdibiiabpakkkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lorem-ipsum-generator/pglahbfamjiifnafcicdibiiabpakkkb
คำอธิบาย Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.
ขนาดไฟล์ 53.87 KB
จำนวนการติดตั้ง 23,243
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-01-24
วันที่เผยแพร่ 2017-01-24
คะแนน 4.83/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://getlorem.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getlorem.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lorem Ipsum Generator",
    "version": "1.0.0",
    "description": "Quickly generate Lorem Ipsum placeholder text. Select a desired length and choose between paragraphs, words, bytes or lists.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Lorem Ipsum Generator"
    }
}