LoremIpsumReplacer

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

Wat is LoremIpsumReplacer?

LoremIpsumReplacer is een Chrome-extensie ontwikkeld door https://www.yellen.eu, en de belangrijkste functie is "This extension replace all text of webpage Lorem ipsum mock text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LoremIpsumReplacer

Download LoremIpsumReplacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LoremIpsumReplacer LoremIpsumReplacer
ID cejenldplolaekiechpfbhaancmibimm
Officiële URL https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm
Beschrijving This extension replace all text of webpage Lorem ipsum mock text.
Bestandsgrootte 5.76 KB
Aantal Installaties 204
Huidige Versie 1.1
Laatst Bijgewerkt 2014-11-01
Publicatiedatum 2014-11-01
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.yellen.eu
Betalingswijze free
Extensiewebsite http://www.lorem-ipsum-replacer.cz/
Help Pagina-URL https://www.youtube.com/watch?v=RxlKRUJ-fGA
Ondersteunde Talen 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"
    }
}