Chromehead
Get wowhead markup from links!
Vad är Chromehead?
Chromehead är en Chrome-tillägg utvecklad av Mystler, och dess huvudfunktion är "Get wowhead markup from links!".
Tilläggsskärmbilder
Ladda ner Chromehead-förlängningens CRX-fil
Ladda ner Chromehead-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chromehead |
ID | alhkokehjcempghknddjedchbofladio |
Officiell webbadress | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio |
Beskrivning | Get wowhead markup from links! |
Filstorlek | 4.98 KB |
Antal Installationer | 65 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2022-10-16 |
Publiceringsdatum | 2020-12-03 |
Utvecklare | Mystler |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |