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ファイルをダウンロード
CodeProject Reputation Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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\/"
]
} | |