LoremIpsumReplacer

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

Vad är LoremIpsumReplacer?

LoremIpsumReplacer är en Chrome-tillägg utvecklad av https://www.yellen.eu, och dess huvudfunktion är "This extension replace all text of webpage Lorem ipsum mock text.".

Tilläggsskärmbilder

screenshot

Ladda ner LoremIpsumReplacer-förlängningens CRX-fil

Ladda ner LoremIpsumReplacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LoremIpsumReplacer LoremIpsumReplacer
ID cejenldplolaekiechpfbhaancmibimm
Officiell webbadress https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm
Beskrivning This extension replace all text of webpage Lorem ipsum mock text.
Filstorlek 5.76 KB
Antal Installationer 204
Aktuell Version 1.1
Senast Uppdaterad 2014-11-01
Publiceringsdatum 2014-11-01
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://www.yellen.eu
Betalningssätt free
Tilläggswebbplats http://www.lorem-ipsum-replacer.cz/
Hjälpsida URL https://www.youtube.com/watch?v=RxlKRUJ-fGA
Stödda Språk 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"
    }
}