LoremIpsumReplacer

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

Co to jest LoremIpsumReplacer?

LoremIpsumReplacer to rozszerzenie Chrome opracowane przez https://www.yellen.eu, a jego główną funkcją jest „This extension replace all text of webpage Lorem ipsum mock text.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LoremIpsumReplacer

Pobierz pliki rozszerzeń LoremIpsumReplacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LoremIpsumReplacer LoremIpsumReplacer
ID cejenldplolaekiechpfbhaancmibimm
Oficjalny URL https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm
Opis This extension replace all text of webpage Lorem ipsum mock text.
Rozmiar pliku 5.76 KB
Liczba instalacji 204
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-11-01
Data Publikacji 2014-11-01
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper https://www.yellen.eu
Typ Płatności free
Strona Rozszerzenia http://www.lorem-ipsum-replacer.cz/
Adres URL Strony Pomocy https://www.youtube.com/watch?v=RxlKRUJ-fGA
Obsługiwane Języki 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"
    }
}