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
官方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
电子邮箱 [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"
    }
}