Chromehead
Get wowhead markup from links!
Wat is Chromehead?
Chromehead is een Chrome-extensie ontwikkeld door Mystler, en de belangrijkste functie is "Get wowhead markup from links!".
Extensie Screenshots
Download het CRX-bestand van de extensie Chromehead
Download Chromehead-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chromehead |
ID | alhkokehjcempghknddjedchbofladio |
Officiële URL | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio |
Beschrijving | Get wowhead markup from links! |
Bestandsgrootte | 4.98 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2022-10-16 |
Publicatiedatum | 2020-12-03 |
Ontwikkelaar | Mystler |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |