Lorem Ipsum Checker

Quickly check if your site still has Lorem Ipsum leftover

Qu'est-ce que Lorem Ipsum Checker ?

Lorem Ipsum Checker est une extension Chrome développée par https://tonybatts.com, et sa fonction principale est "Quickly check if your site still has Lorem Ipsum leftover".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lorem Ipsum Checker

Téléchargez les fichiers d'extension Lorem Ipsum Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lorem Ipsum Checker Lorem Ipsum Checker
ID loinlganigcgmdbjdhcnffcncjjmjkdh
URL Officiel https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh
Description Quickly check if your site still has Lorem Ipsum leftover
Taille du Fichier 14.62 KB
Nombre d'Installations 272
Version Actuelle 1.1
Dernière Mise à Jour 2021-02-04
Date de Publication 2021-02-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://tonybatts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tonybatts.com/
URL de la Page d'Aide https://www.tonybatts.com/
Langues Prises en Charge 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"
        }
    }
}