Wikipedia Lookup - Browser Action
Select a word or two, click the icon in the toolbar, learn something new.
Wikipedia Lookup - Browser Actionとは何ですか?
Wikipedia Lookup - Browser ActionはDamien Brunetによって開発されたChromeの拡張機能で、その主な機能は「Select a word or two, click the icon in the toolbar, learn something new.」です。
拡張機能のスクリーンショット
Wikipedia Lookup - Browser Action拡張機能のCRXファイルをダウンロード
Wikipedia Lookup - Browser Action拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WARNING: Wikipedia Lookup doesn't work on pages opened before the installation. Select the word(s) you want to look up on Wikipedia, and click the icon in the toolbar. By default, Wikipedia Lookup auto-detects the language of the page and loads the corresponding version of Wikipedia. You can turn this feature off in the options. Inside the popup click the green corner to open the full version of Wikipedia in a new tab. It will load the first url you visited. It's a bug but I can't easily fix it. To access the options, right-click the icon. You can assign a keyboard shortcut to Wikipedia Lookup: chrome://extensions/shortcuts Open-source: https://github.com/djrekca/Wikipedia-Lookup---Browser-Action
拡張機能の基本情報
名前 | |
ID | oikmhlphjkiohmgkdldifggnamddhoea |
公式URL | https://chromewebstore.google.com/detail/wikipedia-lookup-browser/oikmhlphjkiohmgkdldifggnamddhoea |
説明 | Select a word or two, click the icon in the toolbar, learn something new. |
ファイルサイズ | 31.04 KB |
インストール数 | 938 |
現在のバージョン | 1.3.9 |
最終更新日 | 2021-06-06 |
公開日 | 2020-07-02 |
評価 | 4.72/5 合計 25 レビュー |
開発者 | Damien Brunet |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.3.9", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "matches": [ " |