Lorem Ipsum Checker
Quickly check if your site still has Lorem Ipsum leftover
Was ist Lorem Ipsum Checker?
Lorem Ipsum Checker ist eine Chrome-Erweiterung, die von https://tonybatts.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly check if your site still has Lorem Ipsum leftover".
Erweiterungsscreenshots
Lorem Ipsum Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lorem Ipsum Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Lorem Ipsum Checker |
ID | loinlganigcgmdbjdhcnffcncjjmjkdh |
Offizielle URL | https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh |
Beschreibung | Quickly check if your site still has Lorem Ipsum leftover |
Dateigröße | 14.62 KB |
Installationsanzahl | 272 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-02-04 |
Veröffentlichungsdatum | 2021-02-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://tonybatts.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tonybatts.com/ |
Hilfeseite URL | https://www.tonybatts.com/ |
Unterstützte Sprachen | 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" } } } |