Wikipedia Watchlist

Checks a Wikipedia user's watchlist for updates.

Wikipedia Watchlist क्या है?

Wikipedia Watchlist odie5533 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks a Wikipedia user's watchlist for updates."।

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

screenshot

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

crx प्रारूप में Wikipedia Watchlist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Wikipedia Watchlist checks your watchlist and updates the badge on the browser action icon to reflect new changes. Clicking on the badge opens up a popup where you can highlight different changes to view their edit summaries. Clicking the little 'd' will take you to the last difference for the page and clicking the page name will take you to the page itself.

Comments are greatly appreciated. Please let me know what you think.

v1.2.0.3 2014-05-25 – Fixed bug where all article links are diffs.
v1.2.0.2 2013-12-28 – Fixed bug in localization of watchlist link.
v1.2.0.1 2013-10-04 – Added option to automatically mark changes as read after closing the popup.
v1.2.0.0 2013-10-04 – Fixed logged out bug. Added customizable update delay to the options page.
v1.1.0.2 2010-08-22 – Added options page with the ability to choose which language Wikipedia to watch.
v1.1.0.1 2010-08-17 – Fix pruning of old unreads. Made timestamp always visible.                    

एक्सटेंशन की मूल जानकारी

नाम Wikipedia Watchlist Wikipedia Watchlist
ID kmfbnpoggnebafhbanelibhdpbkkncfe
आधिकारिक URL https://chromewebstore.google.com/detail/wikipedia-watchlist/kmfbnpoggnebafhbanelibhdpbkkncfe
विवरण Checks a Wikipedia user's watchlist for updates.
फ़ाइल का आकार 366 KB
स्थापना संख्या 145
वर्तमान संस्करण 1.2.0.3
अंतिम अपडेट 2014-05-25
प्रकाशन तिथि 2014-05-25
रेटिंग 4.50/5 कुल 18 रेटिंग्स
डेवलपर odie5533
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://en.wikipedia.org/wiki/User:Odie5533
सहायता पृष्ठ URL https://en.wikipedia.org/wiki/User_talk:Odie5533
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Watchlist",
    "manifest_version": 2,
    "version": "1.2.0.3",
    "description": "Checks a Wikipedia user's watchlist for updates.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "wikiwatchlist.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "alarms",
        "*:\/\/*.wikipedia.org\/w\/api.php?action=feedwatchlist"
    ]
}