LoremIpsumReplacer

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

LoremIpsumReplacerとは何ですか?

LoremIpsumReplacerはhttps://www.yellen.euによって開発されたChromeの拡張機能で、その主な機能は「This extension replace all text of webpage Lorem ipsum mock text.」です。

拡張機能のスクリーンショット

screenshot

LoremIpsumReplacer拡張機能のCRXファイルをダウンロード

LoremIpsumReplacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 LoremIpsumReplacer LoremIpsumReplacer
ID cejenldplolaekiechpfbhaancmibimm
公式URL https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm
説明 This extension replace all text of webpage Lorem ipsum mock text.
ファイルサイズ 5.76 KB
インストール数 204
現在のバージョン 1.1
最終更新日 2014-11-01
公開日 2014-11-01
評価 5.00/5 合計 7 レビュー
開発者 https://www.yellen.eu
支払い方法 free
拡張機能のウェブサイト http://www.lorem-ipsum-replacer.cz/
ヘルプページのURL https://www.youtube.com/watch?v=RxlKRUJ-fGA
対応言語 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"
    }
}