Lorem Ipsum Checker
Quickly check if your site still has Lorem Ipsum leftover
Cos'è Lorem Ipsum Checker?
Lorem Ipsum Checker è un'estensione di Chrome sviluppata da https://tonybatts.com, e la sua funzione principale è "Quickly check if your site still has Lorem Ipsum leftover".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lorem Ipsum Checker
Scarica i file di estensione Lorem Ipsum Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Lorem Ipsum Checker |
ID | loinlganigcgmdbjdhcnffcncjjmjkdh |
URL Ufficiale | https://chromewebstore.google.com/detail/lorem-ipsum-checker/loinlganigcgmdbjdhcnffcncjjmjkdh |
Descrizione | Quickly check if your site still has Lorem Ipsum leftover |
Dimensione del File | 14.62 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-02-04 |
Data di Pubblicazione | 2021-02-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://tonybatts.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tonybatts.com/ |
URL della Pagina di Aiuto | https://www.tonybatts.com/ |
Lingue Supportate | 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" } } } |