Yet Another Lorem Ipsum Generator

Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.

Yet Another Lorem Ipsum Generator क्या है?

Yet Another Lorem Ipsum Generator tildbj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yet Another Lorem Ipsum Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.
Directly inserts blind text into text fields on websites or copies blind text to the clipboard for other use. Choose the type and amount of text in an interactive, visual way.

Inserts
* paragraphs of variable length
* titles
* specific or random dates
* mail addresses
* internet addresses

All functionality is also accessible from the context menu.

For text the extension generates random snippets of the famous "Lorem Ipsum" blind text. For mail and internet addresses you can configure your own dummy data to insert. For dates you can configure the date format and choose among special dates (yesterday, today, tomorrow) or let the extension pick a random date for you.

Are you a designer and want to check, how your design looks with data? Do you have to test websites and want to easily enter some test data? Then this extension is for you.

This extension is extremely lightweight. Neither does it include any external libraries nor does it access internet resources.

Feel free to give feedback about missing features and bugs. See the extension's options view for contact details.                    

एक्सटेंशन की मूल जानकारी

नाम Yet Another Lorem Ipsum Generator Yet Another Lorem Ipsum Generator
ID fafiooicgpgnicbbkfgimcofbhpcledk
आधिकारिक URL https://chromewebstore.google.com/detail/yet-another-lorem-ipsum-g/fafiooicgpgnicbbkfgimcofbhpcledk
विवरण Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.
फ़ाइल का आकार 29.89 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2023-09-10
प्रकाशन तिथि 2017-03-27
रेटिंग 4.95/5 कुल 38 रेटिंग्स
डेवलपर tildbj
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/TildBJ/yalig
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet Another Lorem Ipsum Generator",
    "version": "2.0.2",
    "description": "Versatile Lorem Ipsum Generator that inserts various types of blind text directly into websites or copies it to the clipboard.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}