Lorem Ipsum Generator
Injecting stuff
O que é Lorem Ipsum Generator?
Lorem Ipsum Generator é uma extensão do Chrome desenvolvida por anilcan.cakir, e sua principal característica é "Injecting stuff".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lorem Ipsum Generator
Baixe arquivos de extensão Lorem Ipsum Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Lorem Ipsum Generator |
ID | leokkkfhnahnlmfkelibfigimkoinkfm |
URL Oficial | https://chromewebstore.google.com/detail/lorem-ipsum-generator/leokkkfhnahnlmfkelibfigimkoinkfm |
Descrição | Injecting stuff |
Tamanho do Arquivo | 382 KB |
Contagem de Instalações | 260 |
Versão Atual | 0.0.1 |
Última Atualização | 2018-10-30 |
Data de Publicação | 2018-10-30 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | anilcan.cakir |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension |
URL da Página de Ajuda | https://github.com/anilcancakir/lorem-ipsum-generator-chrome-extension/issues |
Idiomas Suportados | 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'" } |