Right-click and Bing
Search for selected text using Bing
Right-click and Bingとは何ですか?
Right-click and BingはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Search for selected text using Bing」です。
拡張機能のスクリーンショット
Right-click and Bing拡張機能のCRXファイルをダウンロード
Right-click and Bing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Please note that this is not an official app. Select some text and right click it. Now you find "Bing for Selected Text" in it.
拡張機能の基本情報
名前 | Right-click and Bing |
ID | liolfjbonndblpeplpapcdpfcdgfeplb |
公式URL | https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb |
説明 | Search for selected text using Bing |
ファイルサイズ | 8.65 KB |
インストール数 | 309 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-08-26 |
公開日 | 2015-08-26 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right-click and Bing", "description": "Search for selected text using Bing", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |