Yahoo!リアルタイム検索で評判チェック

今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。

Was ist Yahoo!リアルタイム検索で評判チェック?

Yahoo!リアルタイム検索で評判チェック ist eine Chrome-Erweiterung, die von https://www.kagua.biz entwickelt wurde, und ihr Hauptmerkmal ist "今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。".

Erweiterungsscreenshots

screenshot

Yahoo!リアルタイム検索で評判チェック-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yahoo!リアルタイム検索で評判チェック-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ページ上で右クリックしてURLをYahoo!リアルタイム検索で調べられます。                    

Grundlegende Informationen zur Erweiterung

Name Yahoo!リアルタイム検索で評判チェック Yahoo!リアルタイム検索で評判チェック
ID dcpgbeaphgkjgmiokjofjbmpfjjcbocd
Offizielle 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
Beschreibung 今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。
Dateigröße 10.32 KB
Installationsanzahl 53
Aktuelle Version 0.4
Letztes Update 2015-05-08
Veröffentlichungsdatum 2015-05-08
Entwickler https://www.kagua.biz
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}