CodeProject Reputation Watcher
Extension to retrieve a CodeProject accounts reputation points.
CodeProject Reputation Watcher란 무엇입니까?
CodeProject Reputation Watcher은(는) https://www.dave-auld.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to retrieve a CodeProject accounts reputation points."입니다.
확장 프로그램 스크린샷
CodeProject Reputation Watcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for members of The Code Project. The extension provides access to reputation information and reputation graph. The data provides a snapshot of your reputation points at two moments in time, i.e. if you clicked the extension on Monday and then clicked the extension again on Wednesday, it will show you a table containing the Monday and Wednesday data as well as the delta of the points on those snapshots. The extension is a CodeProject member provided utility and is provided "as is". More information on how the extension was built or to grab a copy of the source code visit the support link. The member id and the reputation data are stored within the extensions Local Storage.
확장 프로그램 기본 정보
이름 | CodeProject Reputation Watcher |
ID | hbboalibjpnihoiefckcbkjkhaefdbie |
공식 URL | https://chromewebstore.google.com/detail/codeproject-reputation-wa/hbboalibjpnihoiefckcbkjkhaefdbie |
설명 | Extension to retrieve a CodeProject accounts reputation points. |
파일 크기 | 232 KB |
설치 횟수 | 34 |
현재 버전 | 2.0 |
최근 업데이트 | 2014-06-18 |
출시 날짜 | 2014-06-18 |
개발자 | https://www.dave-auld.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.codeproject.com/ |
도움말 페이지 URL | http://www.codeproject.com/Articles/98631/Google-Chrome-Extension-CodeProject-Reputation-Wat |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeProject Reputation Watcher", "short_name": "CPRepWatcher", "version": "2.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' ", "description": "Extension to retrieve a CodeProject accounts reputation points.", "icons": { "48": "images\/bob48.png", "128": "images\/bob128.png" }, "browser_action": { "default_icon": "images\/bob.png", "default_popup": "cprepwatch.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*.codeproject.com\/" ] } |