loremizer

lorem ipsum-izes any web page

What is loremizer?

loremizer is a Chrome extension developed by Kushagra Gour, and its main feature is "lorem ipsum-izes any web page".

Extension Screenshots

screenshot

Download loremizer Extension CRX File

Download loremizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ever wanted to take screenshot of a website but could not because it had some sensitive data. Worry no more! Loremizer to your rescue. Simply click and loremizer-ize any website.

Features:
- Randomize text and numbers
- Control text lengths
- Convert text to scribble
- Replace images
- Fill forms

Changelog: https://github.com/chinchang/loremizer/releases

Disclaimer: This extension stores no data at all from any website.                    

Extension Basic Information

Name loremizer loremizer
ID gahigmhdmjaopidlamnbdkipojfmolkf
Official URL https://chromewebstore.google.com/detail/loremizer/gahigmhdmjaopidlamnbdkipojfmolkf
Description lorem ipsum-izes any web page
File Size 28.61 KB
Installation Count 305
Current Version 1.3
Last Updated 2021-10-19
Publish Date 2019-02-21
Rating 4.40/5 Total 5 Ratings
Developer Kushagra Gour
Email [email protected]
Payment Type free
Extension Website https://kushagra.dev/lab/loremizer/
Help Page URL https://github.com/chinchang/loremizer/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "lorem ipsum-izes any web page",
    "manifest_version": 2,
    "name": "loremizer",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icons\/off.png",
        "default_popup": "popup.html",
        "browser_style": true
    },
    "icons": {
        "16": "icons\/off.png",
        "48": "icons\/off.png"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "permissions": [
        "activeTab",
        ""
    ]
}