Clappe
Clap like the whole crowd. Make your claps be heard on Medium.
O que é Clappe?
Clappe é uma extensão do Chrome desenvolvida por jukben, e sua principal característica é "Clap like the whole crowd. Make your claps be heard on Medium.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clappe
Baixe arquivos de extensão Clappe 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
Tiny extension to make your claps be heard on Medium. Also providing super clap functionality if you want to be really supportive as a crowd.
Informações Básicas da Extensão
Nome | |
ID | gfmcijindndhaflgmmkkcihndcclaled |
URL Oficial | https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled |
Descrição | Clap like the whole crowd. Make your claps be heard on Medium. |
Tamanho do Arquivo | 296 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.1.0 |
Última Atualização | 2018-12-13 |
Data de Publicação | 2018-12-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | jukben |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jukben/clappe |
URL da Página de Ajuda | https://github.com/jukben/clappe/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.1.0", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "web_accessible_resources": [ "sounds\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage" ], "page_action": { "default_title": "__MSG_browserActionTitle__" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |