Lorem Ipsum Checker

Quickly check if your site still has Lorem Ipsum leftover

What is Lorem Ipsum Checker?

Lorem Ipsum Checker is a Chrome extension developed by https://tonybatts.com, and its main feature is "Quickly check if your site still has Lorem Ipsum leftover".

Extension Screenshots

screenshot

Download Lorem Ipsum Checker Extension CRX File

Download Lorem Ipsum Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lorem Ipsum Checker Lorem Ipsum Checker
ID loinlganigcgmdbjdhcnffcncjjmjkdh
Official URL https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh
Description Quickly check if your site still has Lorem Ipsum leftover
File Size 14.62 KB
Installation Count 272
Current Version 1.1
Last Updated 2021-02-04
Publish Date 2021-02-01
Rating 5.00/5 Total 1 Ratings
Developer https://tonybatts.com
Email [email protected]
Payment Type free
Extension Website https://www.tonybatts.com/
Help Page URL https://www.tonybatts.com/
Supported Languages 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"
        }
    }
}