Chromehead

Get wowhead markup from links!

O que é Chromehead?

Chromehead é uma extensão do Chrome desenvolvida por Mystler, e sua principal característica é "Get wowhead markup from links!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chromehead

Baixe arquivos de extensão Chromehead no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Chromehead Chromehead
ID alhkokehjcempghknddjedchbofladio
URL Oficial https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio
Descrição Get wowhead markup from links!
Tamanho do Arquivo 4.98 KB
Contagem de Instalações 65
Versão Atual 1.0.4
Última Atualização 2022-10-16
Data de Publicação 2020-12-03
Desenvolvedor Mystler
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}