PoE Wiki Search
Stupid-simple wiki search for PoE!
PoE Wiki Search란 무엇입니까?
PoE Wiki Search은(는) P5K에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stupid-simple wiki search for PoE!"입니다.
확장 프로그램 스크린샷
PoE Wiki Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a browser extension designed to be used in Firefox, Google Chrome, and chromium-based browsers (such as MS Edge) by players of the popular ARPG - Path of Exile. The purpose of this extension is to provide two benefits: An easy to use hotkeyed trigger (ALT+W) to enable users to search for information about the game using the official community wiki. As part of an ongoing outcry over the old wiki pathofexile.fandom.com employing user-hostile and predatory approaches via tracking, fingerprinting and advertising, this extension intercepts any request your browser sends to Fandom's domain for path of exile (all other fandom wiki's are not affected, neither are any other web page requests) and parses out the target of your journey (A.K.A what section of the fandom wiki you were going to) and directs you to the official community wiki instead, leaving you to land on the same exact page you were after, just in a friendlier, community-backed wiki.
확장 프로그램 기본 정보
이름 | PoE Wiki Search |
ID | nalpbalegehinpooppmmgjidgiebblad |
공식 URL | https://chromewebstore.google.com/detail/poe-wiki-search/nalpbalegehinpooppmmgjidgiebblad |
설명 | Stupid-simple wiki search for PoE! |
파일 크기 | 63.57 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2021-09-16 |
출시 날짜 | 2021-08-30 |
평점 | 5.00/5 총 43 개의 평점 |
개발자 | P5K |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Project-Path-of-Exile-Wiki/poe-wiki-search |
도움말 페이지 URL | https://github.com/Project-Path-of-Exile-Wiki/poe-wiki-search/issues |
개인정보 보호 정책 페이지 URL | https://raw.githubusercontent.com/Project-Path-of-Exile-Wiki/poe-wiki-search/master/privacy-policy.txt |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PoE Wiki Search", "version": "1.0.6", "description": "Stupid-simple wiki search for PoE!", "icons": { "96": "icons\/icon_96.png", "152": "icons\/icon_152.png" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/pathofexile.fandom.com\/", "https:\/\/google.com\/", "https:\/\/www.google.com\/" ], "background": { "page": "background\/background.html" }, "browser_action": { "default_icon": "icons\/favicon.png", "default_title": "PoE Wiki Search", "default_popup": "ui\/ui.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } } } |