Chromehead
Get wowhead markup from links!
ما هو Chromehead؟
Chromehead هو إضافة Chrome تم تطويرها بواسطة Mystler، والميزة الرئيسية لها هي "Get wowhead markup from links!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chromehead
قم بتنزيل ملفات الامتداد Chromehead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |