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
电子邮箱 [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"
        }
    }
}