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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds tooltips to Path of Exile abbreviations"입니다.
확장 프로그램 스크린샷
Path of Exile abbreviation helper. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |