YAWE (Yet Another Wiki Extension)

View and Search for Wikipedia Articles

什麼是YAWE (Yet Another Wiki Extension)?

YAWE (Yet Another Wiki Extension)是由David Knaack開發的Chrome擴展程式,該擴展的主要功能是“View and Search for Wikipedia Articles”。

擴展截圖

screenshot
screenshot
screenshot

下載YAWE (Yet Another Wiki Extension)擴展crx文件

下載YAWE (Yet Another Wiki Extension)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        View and Search for Wikipedia Articles!
* Back/forward support
* Search autocompletion and highlight
* Open in new tab
* Support for ANY wiki powered by MediaWiki with the mobileview plugin installed
* Theme support
* No permissions required                    

擴展基本資訊

名稱 YAWE (Yet Another Wiki Extension) YAWE (Yet Another Wiki Extension)
ID daffpdngkoncjmbmpbmpkpehjjkffinb
官方網址 https://chromewebstore.google.com/detail/yawe-yet-another-wiki-ext/daffpdngkoncjmbmpbmpkpehjjkffinb
簡介 View and Search for Wikipedia Articles
檔案大小 403 KB
安裝次數 17
目前版本 4.2.7
更新時間 2020-10-11
上架時間 2017-12-02
評分 4.50/5 共 2 次評分
開發者 David Knaack
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/davidkna/YAWE
說明頁面URL https://github.com/davidkna/YAWE/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YAWE (Yet Another Wiki Extension)",
    "short_name": "YAWE",
    "author": "David Knaack",
    "version": "4.2.7",
    "description": "View and Search for Wikipedia Articles",
    "applications": {
        "gecko": {
            "id": "jid0-DPhEBG7AOfT3WFrfbEc8TplXMmY@jetpack",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19x19.png",
            "38": "images\/icon_38x38.png"
        },
        "default_title": "YAWE (Yet Another Wiki Extension)",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "minimum_opera_version": "49",
    "content_security_policy": "script-src 'self'; object-src 'none'; frame-src 'self'; font-src 'self'"
}