Yahoo!リアルタイム検索で評判チェック
今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。
Wat is Yahoo!リアルタイム検索で評判チェック?
Yahoo!リアルタイム検索で評判チェック is een Chrome-extensie ontwikkeld door https://www.kagua.biz, en de belangrijkste functie is "今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。".
Extensie Screenshots
Download het CRX-bestand van de extensie Yahoo!リアルタイム検索で評判チェック
Download Yahoo!リアルタイム検索で評判チェック-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ページ上で右クリックしてURLをYahoo!リアルタイム検索で調べられます。
Basisinformatie over de Extensie
Naam | Yahoo!リアルタイム検索で評判チェック |
ID | dcpgbeaphgkjgmiokjofjbmpfjjcbocd |
Officiële 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 |
Beschrijving | 今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。 |
Bestandsgrootte | 10.32 KB |
Aantal Installaties | 53 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2015-05-08 |
Publicatiedatum | 2015-05-08 |
Ontwikkelaar | https://www.kagua.biz |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |