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
公式URL 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
Eメール [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"
        }
    }
}