Clappe
Clap like the whole crowd. Make your claps be heard on Medium.
Vad är Clappe?
Clappe är en Chrome-tillägg utvecklad av jukben, och dess huvudfunktion är "Clap like the whole crowd. Make your claps be heard on Medium.".
Tilläggsskärmbilder
Ladda ner Clappe-förlängningens CRX-fil
Ladda ner Clappe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gfmcijindndhaflgmmkkcihndcclaled |
Officiell webbadress | https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled |
Beskrivning | Clap like the whole crowd. Make your claps be heard on Medium. |
Filstorlek | 296 KB |
Antal Installationer | 83 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2018-12-13 |
Publiceringsdatum | 2018-12-13 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | jukben |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jukben/clappe |
Hjälpsida URL | https://github.com/jukben/clappe/issues |
Stödda Språk | 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 } ] } |