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

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

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

Yahoo!リアルタイム検索で評判チェック är en Chrome-tillägg utvecklad av https://www.kagua.biz, och dess huvudfunktion är "今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。".

Tilläggsskärmbilder

screenshot

Ladda ner Yahoo!リアルタイム検索で評判チェック-förlängningens CRX-fil

Ladda ner Yahoo!リアルタイム検索で評判チェック-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Yahoo!リアルタイム検索で評判チェック Yahoo!リアルタイム検索で評判チェック
ID dcpgbeaphgkjgmiokjofjbmpfjjcbocd
Officiell webbadress 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
Beskrivning 今見ているページのURLをYahoo!リアルタイム検索に投げるChrome拡張です。
Filstorlek 10.32 KB
Antal Installationer 53
Aktuell Version 0.4
Senast Uppdaterad 2015-05-08
Publiceringsdatum 2015-05-08
Utvecklare https://www.kagua.biz
Betalningssätt free
Stödda Språk 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"
        ]
    }
}