Loremipsumizer

Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text

什麼是Loremipsumizer?

Loremipsumizer是由choonkeat開發的Chrome擴展程式,該擴展的主要功能是“Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text”。

擴展截圖

screenshot
screenshot

下載Loremipsumizer擴展crx文件

下載Loremipsumizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text                    

擴展基本資訊

名稱 Loremipsumizer Loremipsumizer
ID igilnooinkafoolljalngllghkfmngml
官方網址 https://chromewebstore.google.com/detail/loremipsumizer/igilnooinkafoolljalngllghkfmngml
簡介 Bookmarklet to turn any webpage back into a wireframe with "lorem ipsum" text
檔案大小 43.89 KB
安裝次數 143
目前版本 0.2
更新時間 2016-07-22
上架時間 2016-07-21
評分 2.00/5 共 1 次評分
開發者 choonkeat
付費類型 free
擴展官網 https://gist.github.com/choonkeat/585708
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loremipsumizer",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}