LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
Was ist LoremIpsumReplacer?
LoremIpsumReplacer ist eine Chrome-Erweiterung, die von https://www.yellen.eu entwickelt wurde, und ihr Hauptmerkmal ist "This extension replace all text of webpage Lorem ipsum mock text.".
Erweiterungsscreenshots
LoremIpsumReplacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie LoremIpsumReplacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | LoremIpsumReplacer |
ID | cejenldplolaekiechpfbhaancmibimm |
Offizielle URL | https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm |
Beschreibung | This extension replace all text of webpage Lorem ipsum mock text. |
Dateigröße | 5.76 KB |
Installationsanzahl | 204 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-11-01 |
Veröffentlichungsdatum | 2014-11-01 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://www.yellen.eu |
Zahlungsart | free |
Erweiterungswebsite | http://www.lorem-ipsum-replacer.cz/ |
Hilfeseite URL | https://www.youtube.com/watch?v=RxlKRUJ-fGA |
Unterstützte Sprachen | 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" } } |