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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}