Path of Exile abbreviation helper.

This extension adds tooltips to Path of Exile abbreviations

Path of Exile abbreviation helper.คืออะไร?

Path of Exile abbreviation helper. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Arias และคุณลักษณะหลักของมันคือ "This extension adds tooltips to Path of Exile abbreviations"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Path of Exile abbreviation helper.

ดาวน์โหลดไฟล์ส่วนขยาย Path of Exile abbreviation helper. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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. 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"
    }
}