LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
Cos'è LoremIpsumReplacer?
LoremIpsumReplacer è un'estensione di Chrome sviluppata da https://www.yellen.eu, e la sua funzione principale è "This extension replace all text of webpage Lorem ipsum mock text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LoremIpsumReplacer
Scarica i file di estensione LoremIpsumReplacer 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
This extension replace all text of webpage Lorem ipsum mock text. You can use it inside webpage analysis, or part od SEO analysis. You can easily see if the graphics of the web is relevant. Sometimes the webdesign is not relevant and when you replace keywords by lorem ipsum text, you can suddenly see that the graphics does not make sence.
Informazioni di Base sull'Estensione
Nome | LoremIpsumReplacer |
ID | cejenldplolaekiechpfbhaancmibimm |
URL Ufficiale | https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm |
Descrizione | This extension replace all text of webpage Lorem ipsum mock text. |
Dimensione del File | 5.76 KB |
Conteggio Installazioni | 204 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-11-01 |
Data di Pubblicazione | 2014-11-01 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://www.yellen.eu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.lorem-ipsum-replacer.cz/ |
URL della Pagina di Aiuto | https://www.youtube.com/watch?v=RxlKRUJ-fGA |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LoremIpsumReplacer", "description": "This extension replace all text of webpage Lorem ipsum mock text.", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" } } |