Slacky - Memes as a Service
Create all the memes directly from your browser
O que é Slacky - Memes as a Service?
Slacky - Memes as a Service é uma extensão do Chrome desenvolvida por https://slacky-server.herokuapp.com, e sua principal característica é "Create all the memes directly from your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slacky - Memes as a Service
Baixe arquivos de extensão Slacky - Memes as a Service 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
Tired of creating memes by visiting websites, uploading images and copying links? Slacky provides a simple way to create memes directly in your browser! Simply provide a search term or image url and the text in the following way: cute kitten | omg | kittens! http://images.com/doge.jpg | so meme | very happiness This is brand new so I'd be grateful for constructive feedback. See more examples on the website https://slacky-server.herokuapp.com Release notes ------------- v0.1.1 A more stable and robust approach which should make the display consistent across tabs and websites
Informações Básicas da Extensão
Nome | |
ID | nikjbdhcbfledkekdacecmegploaelpe |
URL Oficial | https://chrome.google.com/webstore/detail/slacky-memes-as-a-service/nikjbdhcbfledkekdacecmegploaelpe |
Descrição | Create all the memes directly from your browser |
Tamanho do Arquivo | 210 KB |
Contagem de Instalações | 108 |
Versão Atual | 0.1.1 |
Última Atualização | 2015-12-03 |
Data de Publicação | 2015-12-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://slacky-server.herokuapp.com |
Tipo de Pagamento | free |
Site da Extensão | https://slacky-server.herokuapp.com |
URL da Página de Ajuda | https://slacky-server.herokuapp.com |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slacky - Memes as a Service", "description": "Create all the memes directly from your browser", "version": "0.1.1", "icons": { "16": "slacky-16.png", "32": "slacky-32.png", "64": "slacky-64.png", "128": "slacky-128.png" }, "browser_action": { "default_icon": "slacky-64.png", "default_popup": "panel.html" }, "background": { "scripts": [ "jquery.js", "utils.js", "index.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery.js", "utils.js", "window.js" ] } ], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "clipboardWrite" ], "web_accessible_resources": [ "businesscat.png", "loading.gif" ] } |