Simple Lorem Ipsum Generator
Quick way to generate lorem ipsum text with customizable size. Light and forever free.
Cos'è Simple Lorem Ipsum Generator?
Simple Lorem Ipsum Generator è un'estensione di Chrome sviluppata da d1ceward, e la sua funzione principale è "Quick way to generate lorem ipsum text with customizable size. Light and forever free.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Lorem Ipsum Generator
Scarica i file di estensione Simple Lorem Ipsum Generator 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
For any feature request or bug reporting go on github issue page. https://github.com/d1ceward/lipsum_generator/issues
Informazioni di Base sull'Estensione
Nome | Simple Lorem Ipsum Generator |
ID | paipcofpmjfkfeeoknhmbbnebcciikon |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-lorem-ipsum-genera/paipcofpmjfkfeeoknhmbbnebcciikon |
Descrizione | Quick way to generate lorem ipsum text with customizable size. Light and forever free. |
Dimensione del File | 25.99 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2018-07-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | d1ceward |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/d1ceward/lipsum_generator |
URL della Pagina di Aiuto | https://github.com/d1ceward/lipsum_generator/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Lorem Ipsum Generator", "version": "1.3.1", "description": "Quick way to generate lorem ipsum text with customizable size. Light and forever free.", "permissions": [ "storage" ], "offline_enabled": true, "incognito": "spanning", "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "manifest_version": 3 } |