Wowhead Waypoints

Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.

Wowhead Waypointsとは何ですか?

Wowhead Waypointsはmedesetmedesによって開発されたChromeの拡張機能で、その主な機能は「Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A chrome extension that makes it easy to copy waypoints from websites such as WoWhead, ClassicDB and Vanilla WoW DB. The waypoints are supported through the addon TomTom and can be pasted into the game by using the addon Paste.                    

拡張機能の基本情報

名前 Wowhead Waypoints Wowhead Waypoints
ID bklpppgkhpfpeilcjkgjhabigjmehfno
公式URL https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno
説明 Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
ファイルサイズ 56.08 KB
インストール数 41
現在のバージョン 1.0.1
最終更新日 2019-11-30
公開日 2019-11-30
開発者 medesetmedes
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wowhead Waypoints",
    "description": "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.",
    "version": "1.0.1",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "browser_action": {
        "default_title": "Waypoints Page",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}