Clappe
Clap like the whole crowd. Make your claps be heard on Medium.
Clappe란 무엇입니까?
Clappe은(는) jukben에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clap like the whole crowd. Make your claps be heard on Medium."입니다.
확장 프로그램 스크린샷
Clappe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | gfmcijindndhaflgmmkkcihndcclaled |
공식 URL | https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled |
설명 | Clap like the whole crowd. Make your claps be heard on Medium. |
파일 크기 | 296 KB |
설치 횟수 | 83 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2018-12-13 |
출시 날짜 | 2018-12-13 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | jukben |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jukben/clappe |
도움말 페이지 URL | https://github.com/jukben/clappe/issues |
지원되는 언어 | 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 } ] } |