Chromehead

Get wowhead markup from links!

什麼是Chromehead?

Chromehead是由Mystler開發的Chrome擴展程式,該擴展的主要功能是“Get wowhead markup from links!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Chromehead Chromehead
ID alhkokehjcempghknddjedchbofladio
官方網址 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
電子郵箱 [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"
    }
}