Lorem Ipsum Checker
Quickly check if your site still has Lorem Ipsum leftover
¿Qué es Lorem Ipsum Checker?
Lorem Ipsum Checker es una extensión de Chrome desarrollada por https://tonybatts.com, y su función principal es "Quickly check if your site still has Lorem Ipsum leftover".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lorem Ipsum Checker
Descarga archivos de extensión Lorem Ipsum Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Lorem Ipsum Checker |
ID | loinlganigcgmdbjdhcnffcncjjmjkdh |
URL Oficial | https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh |
Descripción | Quickly check if your site still has Lorem Ipsum leftover |
Tamaño del Archivo | 14.62 KB |
Cantidad de Instalaciones | 272 |
Versión Actual | 1.1 |
Última Actualización | 2021-02-04 |
Fecha de Publicación | 2021-02-01 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://tonybatts.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.tonybatts.com/ |
URL de la Página de Ayuda | https://www.tonybatts.com/ |
Idiomas Soportados | 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" } } } |