LoremIpsumReplacer

This extension replace all text of webpage Lorem ipsum mock text.

What is LoremIpsumReplacer?

LoremIpsumReplacer is a Chrome extension developed by https://www.yellen.eu, and its main feature is "This extension replace all text of webpage Lorem ipsum mock text.".

Extension Screenshots

screenshot

Download LoremIpsumReplacer Extension CRX File

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

                        This extension replace all text of webpage Lorem ipsum mock text.
You can use it inside webpage analysis, or part od SEO analysis.
 
You can easily see if the graphics of the web is relevant. Sometimes  the webdesign is not relevant and when you replace keywords by lorem ipsum text, you can suddenly see that the graphics does not make sence.                    

Extension Basic Information

Name LoremIpsumReplacer LoremIpsumReplacer
ID cejenldplolaekiechpfbhaancmibimm
Official URL https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm
Description This extension replace all text of webpage Lorem ipsum mock text.
File Size 5.76 KB
Installation Count 204
Current Version 1.1
Last Updated 2014-11-01
Publish Date 2014-11-01
Rating 5.00/5 Total 7 Ratings
Developer https://www.yellen.eu
Payment Type free
Extension Website http://www.lorem-ipsum-replacer.cz/
Help Page URL https://www.youtube.com/watch?v=RxlKRUJ-fGA
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LoremIpsumReplacer",
    "description": "This extension replace all text of webpage Lorem ipsum mock text.",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}