Wikipedia Watchlist

Checks a Wikipedia user's watchlist for updates.

Wikipedia Watchlist란 무엇입니까?

Wikipedia Watchlist은(는) odie5533에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks a Wikipedia user's watchlist for updates."입니다.

확장 프로그램 스크린샷

screenshot

Wikipedia Watchlist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}