WikiLink

Provides a link to Wikimedia projects and keeps track of new items on your watchlists.

WikiLinkとは何ですか?

WikiLinkはTezSoftによって開発されたChromeの拡張機能で、その主な機能は「Provides a link to Wikimedia projects and keeps track of new items on your watchlists.」です。

拡張機能のスクリーンショット

screenshot
screenshot

WikiLink拡張機能のCRXファイルをダウンロード

WikiLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Flexible extension that provides a link to several Wikimedia projects, keeps track of new items on your watchlists and allows you to search wikis from your omni-bar.

The extension can link to the wiki project home page, your watchlist, a random page or WikiHub. The page can open in either a new tab or your current tab.

Wiki projects can be searched from the omni-bar by typing "wiki" followed by a space and your search.

You can select any Wikimedia supported languages for the extension to be linked to. You can also customise your watchlist settings in the extension so that they are set every time you visit your watchlist through the extension.

The extension also keeps track of new items on your watchlist and shows you the number of items added to your watchlist since your last visit via the plugin. This feature can be turned off and the frequency of checking set to save data usage when you are paying per-MB.


Recent Updates

1.7.0
 - Added optional context menus
 - Fixed a couple of JS exceptions in the options pages
1.6.1
 - Fixed bug with WikiData search.
 - Removed option to monitor your WikiData watchlist.
1.6.0
 - Fixed connection error bug
 - Moved over to the MediaWiki API to improve stability
 - Suggestions added to the search bar
1.5.4
 - Fixed language issue in options
1.5.3
 - Fixed permissions issue on WikiData
 - Added support for Wikivoyage
1.5.2
 - Fixed new not logged in issue
1.5.1
 - Fixed the not logged in issue
 - Added support for Wikidata
1.5.0
 - Added option of linking to WikiHub - a new Wikimedia mashup from TezSoft
 - Updated to manifest 2 to ensure future Chrome compatibility & increase security
 - Support dropped for locked languages
 - Omnibar searches now return search results if no exact match is found                    

拡張機能の基本情報

名前 WikiLink WikiLink
ID anbjfenciddenfmfdbamjndodhccfclh
公式URL https://chromewebstore.google.com/detail/wikilink/anbjfenciddenfmfdbamjndodhccfclh
説明 Provides a link to Wikimedia projects and keeps track of new items on your watchlists.
ファイルサイズ 48.56 KB
インストール数 65
現在のバージョン 1.7.0
最終更新日 2015-05-22
公開日 2015-05-22
開発者 TezSoft
支払い方法 free
拡張機能のウェブサイト http://www.tezsoft.co.uk/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiLink",
    "short_name": "WikiLink",
    "version": "1.7.0",
    "description": "Provides a link to Wikimedia projects and keeps track of new items on your watchlists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "wiki"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/*.wikibooks.org\/*",
        "https:\/\/*.wikidata.org\/*",
        "https:\/\/*.wikinews.org\/*",
        "https:\/\/*.wikipedia.org\/*",
        "https:\/\/*.wikiquote.org\/*",
        "https:\/\/*.wikisource.org\/*",
        "https:\/\/*.wiktionary.org\/*",
        "https:\/\/*.wikiversity.org\/*",
        "https:\/\/*.wikivoyage.org\/*",
        "https:\/\/*.wikimedia.org\/*"
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    }
}