Chromehead

Get wowhead markup from links!

Cos'è Chromehead?

Chromehead è un'estensione di Chrome sviluppata da Mystler, e la sua funzione principale è "Get wowhead markup from links!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chromehead

Scarica i file di estensione Chromehead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chromehead Chromehead
ID alhkokehjcempghknddjedchbofladio
URL Ufficiale https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio
Descrizione Get wowhead markup from links!
Dimensione del File 4.98 KB
Conteggio Installazioni 65
Versione Corrente 1.0.4
Ultimo Aggiornamento 2022-10-16
Data di Pubblicazione 2020-12-03
Sviluppatore Mystler
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}