Lorem Ipsum Checker
Quickly check if your site still has Lorem Ipsum leftover
Wat is Lorem Ipsum Checker?
Lorem Ipsum Checker is een Chrome-extensie ontwikkeld door https://tonybatts.com, en de belangrijkste functie is "Quickly check if your site still has Lorem Ipsum leftover".
Extensie Screenshots
Download het CRX-bestand van de extensie Lorem Ipsum Checker
Download Lorem Ipsum Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Lorem Ipsum Checker |
ID | loinlganigcgmdbjdhcnffcncjjmjkdh |
Officiële URL | https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh |
Beschrijving | Quickly check if your site still has Lorem Ipsum leftover |
Bestandsgrootte | 14.62 KB |
Aantal Installaties | 272 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-02-04 |
Publicatiedatum | 2021-02-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://tonybatts.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tonybatts.com/ |
Help Pagina-URL | https://www.tonybatts.com/ |
Ondersteunde Talen | 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" } } } |