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”。
扩展截图
下载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) |
ID | daffpdngkoncjmbmpbmpkpehjjkffinb |
官方URL | 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'" } |