Path of Exile abbreviation helper.
This extension adds tooltips to Path of Exile abbreviations
Path of Exile abbreviation helper. क्या है?
Path of Exile abbreviation helper. Max Arias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds tooltips to Path of Exile abbreviations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Path of Exile abbreviation helper. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple Google Chrome extension to add tooltips to Path of Exile abbreviations explaining what they mean. The abbreviations are loaded from this spreadsheet: https://docs.google.com/spreadsheets/d/1ASrqT4GIm0Pb2ey-BHfgojl26KaaZerXsiV5PpDdID4/edit?usp=sharing They will underline words in the Reddit Path of Exile subreddit or the Path of Exile forum. If there are abbreviations you would like to add that haven't been covered, you can submit your suggestions to: https://docs.google.com/forms/d/1-Qa1i8QPVaFku62YXGpI2FdAeYQg0-CGcIlWS6PFDyg/viewform Known issues: - Words found in contractions are highlighted incorrectly (ie: "ll" in "I'll") - Some words will be highlighted, but will be out of context (ie: sometimes "if" means "if", sometimes "if" means "Inner Force". If you find any bugs, please report them to: https://github.com/max-arias/poeAbbreviations
एक्सटेंशन की मूल जानकारी
नाम | Path of Exile abbreviation helper. |
ID | jlngbjaopajblhgonifalnpfbnhcnncl |
आधिकारिक URL | https://chromewebstore.google.com/detail/path-of-exile-abbreviatio/jlngbjaopajblhgonifalnpfbnhcnncl |
विवरण | This extension adds tooltips to Path of Exile abbreviations |
फ़ाइल का आकार | 86.09 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2015-12-15 |
प्रकाशन तिथि | 2015-12-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Max Arias |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Path of Exile abbreviation helper.", "description": "This extension adds tooltips to Path of Exile abbreviations", "version": "0.2", "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "jquery.qtip.min.js", "blockspring.js", "highlight.js", "main.js" ], "css": [ "jquery.qtip.min.css", "main.css" ], "matches": [ "https:\/\/www.reddit.com\/r\/pathofexile\/*", "https:\/\/www.pathofexile.com\/*" ] } ], "icons": { "48": "logo48.png", "128": "logo128.png" } } |