Chromehead

Get wowhead markup from links!

Co to jest Chromehead?

Chromehead to rozszerzenie Chrome opracowane przez Mystler, a jego główną funkcją jest „Get wowhead markup from links!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chromehead

Pobierz pliki rozszerzeń Chromehead w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chromehead Chromehead
ID alhkokehjcempghknddjedchbofladio
Oficjalny URL https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio
Opis Get wowhead markup from links!
Rozmiar pliku 4.98 KB
Liczba instalacji 65
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2022-10-16
Data Publikacji 2020-12-03
Deweloper Mystler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}