Loremipsumizer

Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text

What is Loremipsumizer?

Loremipsumizer is a Chrome extension developed by choonkeat, and its main feature is "Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text".

Extension Screenshots

screenshot
screenshot

Download Loremipsumizer Extension CRX File

Download Loremipsumizer 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

                        Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text                    

Extension Basic Information

Name Loremipsumizer Loremipsumizer
ID igilnooinkafoolljalngllghkfmngml
Official URL https://chromewebstore.google.com/detail/loremipsumizer/igilnooinkafoolljalngllghkfmngml
Description Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text
File Size 43.89 KB
Installation Count 143
Current Version 0.2
Last Updated 2016-07-22
Publish Date 2016-07-21
Rating 2.00/5 Total 1 Ratings
Developer choonkeat
Payment Type free
Extension Website https://gist.github.com/choonkeat/585708
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loremipsumizer",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}