TinyIpsum

TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text

TinyIpsumคืออะไร?

TinyIpsum เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kenan Bendz และคุณลักษณะหลักของมันคือ "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text"

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

screenshot
screenshot

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

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

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

                        TinyIpsum is a small utility extension for generating random Latin text, to fill out your fields and forms. Quick and elegant solution to efficiently get text to your clipboard in the amount you need.

Inspired by LittleIpsum
 
- Automatically copies selected amount of text to clipboard
- Generates random words, sentences, and paragraphs based on typical amount of use-case.
- Random Latin based text output.
- Light and dark mode (based on system UI preferences)                    

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

ชื่อ TinyIpsum TinyIpsum
ID oipamkhbdhmedokhjokgepakabbibkbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinyipsum/oipamkhbdhmedokhjokgepakabbibkbi
คำอธิบาย TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text
ขนาดไฟล์ 50.74 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-04-30
วันที่เผยแพร่ 2021-04-30
ผู้พัฒนา Kenan Bendz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "TinyIpsum is a Chrome Extension for quickly generating Lorem Ipsum dummy text",
    "version": "1.0",
    "manifest_version": 3,
    "name": "TinyIpsum",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}