Chromehead
Get wowhead markup from links!
Chromeheadとは何ですか?
ChromeheadはMystlerによって開発されたChromeの拡張機能で、その主な機能は「Get wowhead markup from links!」です。
拡張機能のスクリーンショット
Chromehead拡張機能のCRXファイルをダウンロード
Chromehead拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        I wrote this extension to support me as a Wowhead Guide Writer and SimulationCraft developer in the World of Warcraft community. It adds a right-click context menu entry with functions that work on any Wowhead link (including on third party sites like Raidbots, HeroDamage, etc).
Features:
- Copy Wowhead Markup (used by guide writers)
- Copy SimC Input String (slot is not included though)
- Copy ID only
Maybe this helps you be more productive too.                     拡張機能の基本情報
| 名前 |   |  
| ID | alhkokehjcempghknddjedchbofladio | 
| 公式URL | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio | 
| 説明 | Get wowhead markup from links! | 
| ファイルサイズ | 4.98 KB | 
| インストール数 | 65 | 
| 現在のバージョン | 1.0.4 | 
| 最終更新日 | 2022-10-16 | 
| 公開日 | 2020-12-03 | 
| 開発者 | Mystler | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromehead",
    "version": "1.0.4",
    "description": "Get wowhead markup from links!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "wowhead.png"
    }
}  |  |