CodeProject Reputation Watcher
Extension to retrieve a CodeProject accounts reputation points.
CodeProject Reputation Watcher là gì?
CodeProject Reputation Watcher là một tiện ích mở rộng Chrome được phát triển bởi https://www.dave-auld.net, và tính năng chính của nó là "Extension to retrieve a CodeProject accounts reputation points.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CodeProject Reputation Watcher
Tải xuống các tệp mở rộng CodeProject Reputation Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CodeProject Reputation Watcher |
ID | hbboalibjpnihoiefckcbkjkhaefdbie |
URL Chính Thức | https://chromewebstore.google.com/detail/codeproject-reputation-wa/hbboalibjpnihoiefckcbkjkhaefdbie |
Mô tả | Extension to retrieve a CodeProject accounts reputation points. |
Kích Thước Tệp | 232 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2014-06-18 |
Ngày Phát Hành | 2014-06-18 |
Nhà Phát Triển | https://www.dave-auld.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.codeproject.com/ |
URL Trang Trợ Giúp | http://www.codeproject.com/Articles/98631/Google-Chrome-Extension-CodeProject-Reputation-Wat |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |