Chromehead

Get wowhead markup from links!

What is Chromehead?

Chromehead is a Chrome extension developed by Mystler, and its main feature is "Get wowhead markup from links!".

Extension Screenshots

screenshot

Download Chromehead Extension CRX File

Download Chromehead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chromehead Chromehead
ID alhkokehjcempghknddjedchbofladio
Official URL https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio
Description Get wowhead markup from links!
File Size 4.98 KB
Installation Count 65
Current Version 1.0.4
Last Updated 2022-10-16
Publish Date 2020-12-03
Developer Mystler
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}