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 |
Eメール | [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'" } |