Lorem Ipsum Generator
Injecting stuff
Cos'è Lorem Ipsum Generator?
Lorem Ipsum Generator è un'estensione di Chrome sviluppata da anilcan.cakir, e la sua funzione principale è "Injecting stuff".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lorem Ipsum Generator
Scarica i file di estensione 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
The Lorem Ipsum Generator extension can generate words, sentences or paragraphs by your selection. It supports the storing the last selection options. So, if you open the extension again, you can continue with last options. The extension has shortcut buttons. Example, you can copy or refresh the generated text with one click. It's a open-source extension and this project made with VueJs by Anılcan Çakır.
Informazioni di Base sull'Estensione
Nome | Lorem Ipsum Generator |
ID | leokkkfhnahnlmfkelibfigimkoinkfm |
URL Ufficiale | https://chromewebstore.google.com/detail/lorem-ipsum-generator/leokkkfhnahnlmfkelibfigimkoinkfm |
Descrizione | Injecting stuff |
Dimensione del File | 382 KB |
Conteggio Installazioni | 260 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-10-30 |
Data di Pubblicazione | 2018-10-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | anilcan.cakir |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension |
URL della Pagina di Aiuto | https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lorem Ipsum Generator", "short_name": "lorem-ipsum", "version": "0.0.1", "manifest_version": 2, "description": "Injecting stuff", "homepage_url": "https:\/\/github.com\/anilcancakir\/lorem-ipsum-generator-chrome-extension", "browser_action": { "default_title": "Lorem Ipsum Generator", "default_popup": "popup\/popup.html" }, "icons": { "16": "assets\/logo-16.png", "32": "assets\/logo-32.png", "48": "assets\/logo-48.png", "128": "assets\/logo-128.png", "512": "assets\/logo-512.png", "1024": "assets\/logo-1024.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |