Wiki Viewer
Search entire wikipedia library with a single click.
Wiki Viewerとは何ですか?
Wiki ViewerはScuerによって開発されたChromeの拡張機能で、その主な機能は「Search entire wikipedia library with a single click.」です。
拡張機能のスクリーンショット
Wiki Viewer拡張機能のCRXファイルをダウンロード
Wiki Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wikipedia Viewer lets you search Wikipedia using a handy button in Your browser. Quickly find information you need, it's fast and lightweight. You can save a lot of time if you rely on Wikipedia in Your work, school or home. Access the biggest collection of information faster and more efficiently! Wikipedia is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation.
拡張機能の基本情報
名前 | Wiki Viewer |
ID | ciddbcbjkgfcihojgjnlooihhchpdmfa |
公式URL | https://chromewebstore.google.com/detail/wiki-viewer/ciddbcbjkgfcihojgjnlooihhchpdmfa |
説明 | Search entire wikipedia library with a single click. |
ファイルサイズ | 40.36 KB |
インストール数 | 23 |
現在のバージョン | 1.2.1 |
最終更新日 | 2016-12-06 |
公開日 | 2016-12-06 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Scuer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Viewer", "description": "Search entire wikipedia library with a single click.", "version": "1.2.1", "author": "Scuer", "short_name": "WV", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon_128.png", "default_popup": "index.html" }, "options_ui": { "page": "option.html" }, "permissions": [ "https:\/\/*.wikipedia.org\/w\/api.php", "storage" ] } |