PoE Wiki Search

Stupid-simple wiki search for PoE!

PoE Wiki Searchคืออะไร?

PoE Wiki Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย P5K และคุณลักษณะหลักของมันคือ "Stupid-simple wiki search for PoE!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PoE Wiki Search

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

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

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