Chromehead
Get wowhead markup from links!
Chromeheadคืออะไร?
Chromehead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mystler และคุณลักษณะหลักของมันคือ "Get wowhead markup from links!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chromehead
ดาวน์โหลดไฟล์ส่วนขยาย Chromehead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chromehead |
ID | alhkokehjcempghknddjedchbofladio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chromehead/alhkokehjcempghknddjedchbofladio |
คำอธิบาย | Get wowhead markup from links! |
ขนาดไฟล์ | 4.98 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2022-10-16 |
วันที่เผยแพร่ | 2020-12-03 |
ผู้พัฒนา | Mystler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |