Awesome Lorem Ipsum Generator & Form Filler

Generate lorem ipsum or other random text, html or numbers to quickly fill your forms.

Awesome Lorem Ipsum Generator & Form Filler क्या है?

Awesome Lorem Ipsum Generator & Form Filler Erich Behrens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate lorem ipsum or other random text, html or numbers to quickly fill your forms."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Select an input field on your page, press CTRL+Q, press enter. Done!

You can also use your arrow keys or mouse to play around with the settings and customize the length of the text to insert or generate different values.

This extension uses browsers copy and paste commands to ensure javascript events are triggered and the form is properly handled by the page.

NOTE: the extension is still in development. It already works great and many customization features will be added. You can find the source code at: https://github.com/erichbehrens/aliff


Support for:

- Text: single line text inputs
- Paragraph: multiline, textarea
- HTML: content editable, rich text editors
- Email input
- Number input
- Phone input

Why ALIFF?

As a web developer I sometimes have to fill forms and content pages to test them out. I've tried a few different form fillers and lorem ipsum generators and they usually lack some feature: no support for content editable fields, no html generation, no support for various field types and options are usally limited or complicated. So I've created ALIFF to combine all these features in a single place and make them simple to use.                    

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

नाम Awesome Lorem Ipsum Generator & Form Filler Awesome Lorem Ipsum Generator & Form Filler
ID klapbdjmkdbfdboihdcopnlfdemplphc
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-lorem-ipsum-gener/klapbdjmkdbfdboihdcopnlfdemplphc
विवरण Generate lorem ipsum or other random text, html or numbers to quickly fill your forms.
फ़ाइल का आकार 363 KB
स्थापना संख्या 688
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2018-04-01
प्रकाशन तिथि 2018-04-01
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Erich Behrens
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/erichbehrens/aliff
गोपनीयता नीति पृष्ठ URL https://scre.io/privacy-browser-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awesome Lorem Ipsum Generator & Form Filler",
    "description": "Generate lorem ipsum or other random text, html or numbers to quickly fill your forms.",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon-16.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "clipboardRead",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Q",
                "mac": "Ctrl+Q",
                "linux": "Ctrl+Q"
            }
        }
    }
}