Yahoo!リアルタイム検索で評判チェック
今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。
What is Yahoo!リアルタイム検索で評判チェック?
Yahoo!リアルタイム検索で評判チェック is a Chrome extension developed by https://www.kagua.biz, and its main feature is "今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。".
Extension Screenshots
Download Yahoo!リアルタイム検索で評判チェック Extension CRX File
Download Yahoo!リアルタイム検索で評判チェック extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ページ上で右クリックしてURLをYahoo!リアルタイム検索で調べられます。
Extension Basic Information
Name | Yahoo!リアルタイム検索で評判チェック |
ID | dcpgbeaphgkjgmiokjofjbmpfjjcbocd |
Official URL | https://chromewebstore.google.com/detail/yahoo%E3%83%AA%E3%82%A2%E3%83%AB%E3%82%BF%E3%82%A4%E3%83%A0%E6%A4%9C%E7%B4%A2%E3%81%A7%E8%A9%95%E5%88%A4%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF/dcpgbeaphgkjgmiokjofjbmpfjjcbocd |
Description | 今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。 |
File Size | 10.32 KB |
Installation Count | 53 |
Current Version | 0.4 |
Last Updated | 2015-05-08 |
Publish Date | 2015-05-08 |
Developer | https://www.kagua.biz |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yahoo!\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u691c\u7d22\u3067\u8a55\u5224\u30c1\u30a7\u30c3\u30af", "short_name": "RtCheck", "version": "0.4", "manifest_version": 2, "description": "\u4eca\u898b\u3066\u3044\u308b\u30da\u30fc\u30b8\u306eURL\u3092Yahoo!\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u691c\u7d22\u306b\u6295\u3052\u308bChrome\u62e1\u5f35\u3067\u3059\u3002", "permissions": [ "tabs", "http:\/\/*\/*", "contextMenus" ], "icons": { "16": "escs.png", "48": "escs48.png", "128": "escs128.png" }, "background": { "scripts": [ "background.js" ] } } |