Chromehead
Get wowhead markup from links!
Qu'est-ce que Chromehead ?
Chromehead est une extension Chrome développée par Mystler, et sa fonction principale est "Get wowhead markup from links!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromehead
Téléchargez les fichiers d'extension Chromehead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chromehead |
ID | alhkokehjcempghknddjedchbofladio |
URL Officiel | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio |
Description | Get wowhead markup from links! |
Taille du Fichier | 4.98 KB |
Nombre d'Installations | 65 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2022-10-16 |
Date de Publication | 2020-12-03 |
Développeur | Mystler |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |