CodeProject Reputation Watcher

Extension to retrieve a CodeProject accounts reputation points.

CodeProject Reputation Watcher क्या है?

CodeProject Reputation Watcher https://www.dave-auld.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to retrieve a CodeProject accounts reputation points."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CodeProject Reputation Watcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
    ]
}