Chromehead
Get wowhead markup from links!
Chromehead là gì?
Chromehead là một tiện ích mở rộng Chrome được phát triển bởi Mystler, và tính năng chính của nó là "Get wowhead markup from links!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chromehead
Tải xuống các tệp mở rộng Chromehead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chromehead |
ID | alhkokehjcempghknddjedchbofladio |
URL Chính Thức | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio |
Mô tả | Get wowhead markup from links! |
Kích Thước Tệp | 4.98 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2022-10-16 |
Ngày Phát Hành | 2020-12-03 |
Nhà Phát Triển | Mystler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |