Chromehead
Get wowhead markup from links!
Apa itu Chromehead?
Chromehead adalah ekstensi Chrome yang dikembangkan oleh Mystler, dan fitur utamanya adalah "Get wowhead markup from links!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chromehead
Unduh file ekstensi Chromehead dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chromehead |
ID | alhkokehjcempghknddjedchbofladio |
URL Resmi | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio |
Deskripsi | Get wowhead markup from links! |
Ukuran File | 4.98 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2022-10-16 |
Tanggal Publikasi | 2020-12-03 |
Pengembang | Mystler |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |