Chromehead
Get wowhead markup from links!
Chromehead क्या है?
Chromehead Mystler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get wowhead markup from links!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chromehead एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |