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
官方網址 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"
    }
}