Wikipedia Search
Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'
Wikipedia Searchとは何ですか?
Wikipedia SearchはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'」です。
拡張機能のスクリーンショット
Wikipedia Search拡張機能のCRXファイルをダウンロード
Wikipedia Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can change the language you want to use by going to the options page (Settings>Extensions>Options) and selecting your language of choice. Currently the languages you can choose from are: - Chinese - Dutch - English - French - German - Italian - Japanese - Polish - Portuguese - Russian - Spanish - Swedish Let me know if you want me to add in any more languages through the feedback form and I'll have them in.
拡張機能の基本情報
名前 | Wikipedia Search |
ID | nipjlcehkkalkjldekmkcaeeacmnhdee |
公式URL | https://chromewebstore.google.com/detail/wikipedia-search/nipjlcehkkalkjldekmkcaeeacmnhdee |
説明 | Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin' |
ファイルサイズ | 42.81 KB |
インストール数 | 197 |
現在のバージョン | 2.1.9 |
最終更新日 | 2012-10-13 |
公開日 | 2012-10-13 |
評価 | 5.00/5 合計 14 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikipedia Search", "version": "2.1.9", "manifest_version": 2, "description": "Search Wikipedia by typing 'w' followed by the keyword in the address bar. For eg, to search for 'Austin', type 'w austin'", "omnibox": { "keyword": "w" }, "icons": { "16": "wiki.ico" }, "background": { "scripts": [ "wikiSearch.js" ] }, "permissions": [ "tabs" ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/zh.wikipedia.org https:\/\/nl.wikipedia.org https:\/\/en.wikipedia.org https:\/\/fr.wikipedia.org https:\/\/de.wikipedia.org https:\/\/it.wikipedia.org https:\/\/ja.wikipedia.org https:\/\/pl.wikipedia.org https:\/\/pt.wikipedia.org https:\/\/ru.wikipedia.org https:\/\/es.wikipedia.org https:\/\/sv.wikipedia.org https:\/\/ssl.google-analytics.com; object-src 'self'" } |