Lorem Ipsum Checker

Quickly check if your site still has Lorem Ipsum leftover

Apa itu Lorem Ipsum Checker?

Lorem Ipsum Checker adalah ekstensi Chrome yang dikembangkan oleh https://tonybatts.com, dan fitur utamanya adalah "Quickly check if your site still has Lorem Ipsum leftover".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lorem Ipsum Checker

Unduh file ekstensi Lorem Ipsum Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lorem Ipsum Checker Lorem Ipsum Checker
ID loinlganigcgmdbjdhcnffcncjjmjkdh
URL Resmi https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh
Deskripsi Quickly check if your site still has Lorem Ipsum leftover
Ukuran File 14.62 KB
Jumlah Instalasi 272
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-02-04
Tanggal Publikasi 2021-02-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://tonybatts.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.tonybatts.com/
URL Halaman Bantuan https://www.tonybatts.com/
Bahasa yang Didukung 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"
        }
    }
}