Clappe
Clap like the whole crowd. Make your claps be heard on Medium.
What is Clappe?
Clappe is a Chrome extension developed by jukben, and its main feature is "Clap like the whole crowd. Make your claps be heard on Medium.".
Extension Screenshots
Download Clappe Extension CRX File
Download Clappe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gfmcijindndhaflgmmkkcihndcclaled |
Official URL | https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled |
Description | Clap like the whole crowd. Make your claps be heard on Medium. |
File Size | 296 KB |
Installation Count | 83 |
Current Version | 1.1.0 |
Last Updated | 2018-12-13 |
Publish Date | 2018-12-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jukben |
Payment Type | free |
Extension Website | https://github.com/jukben/clappe |
Help Page URL | https://github.com/jukben/clappe/issues |
Supported Languages | 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 } ] } |