Lorem Ipsum Checker

Quickly check if your site still has Lorem Ipsum leftover

什麼是Lorem Ipsum Checker?

Lorem Ipsum Checker是由https://tonybatts.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly check if your site still has Lorem Ipsum leftover”。

擴展截圖

screenshot

下載Lorem Ipsum Checker擴展crx文件

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

擴展使用說明

                        With one click highlight all Lorem Ipsum that is left on your page. Quickly and efficiently develop new pages and add new content without the tedium of searching line by line for dummy copy.                    

擴展基本資訊

名稱 Lorem Ipsum Checker Lorem Ipsum Checker
ID loinlganigcgmdbjdhcnffcncjjmjkdh
官方網址 https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh
簡介 Quickly check if your site still has Lorem Ipsum leftover
檔案大小 14.62 KB
安裝次數 272
目前版本 1.1
更新時間 2021-02-04
上架時間 2021-02-01
評分 5.00/5 共 1 次評分
開發者 https://tonybatts.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.tonybatts.com/
說明頁面URL https://www.tonybatts.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lorem Ipsum Checker",
    "version": "1.1",
    "description": "Quickly check if your site still has Lorem Ipsum leftover",
    "short_name": "Lorem Ipsum Checker",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}