おトク通知

あなたの悩み事を一括検索。QAサイトの横断検索サービス

Wat is おトク通知?

おトク通知 is een Chrome-extensie ontwikkeld door https://omelette.jp/otoku, en de belangrijkste functie is "あなたの悩み事を一括検索。QAサイトの横断検索サービス".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie おトク通知

Download おトク通知-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

                        「おトク通知」は、あなたの悩み事を一括検索できるQAサイトの横断検索サービスです。キーワードで検索しても、自分の探している情報にたどり着けない。自分の悩み事を、どうやって検索すれば良いかわからない。あなたの「わからない」を「わかる」に変えるためにサポートする「おトク通知」が登場!                    

Basisinformatie over de Extensie

Naam おトク通知 おトク通知
ID mlfoemmflpngjcnjahphhkfmllomkclf
Officiële URL https://chromewebstore.google.com/detail/%E3%81%8A%E3%83%88%E3%82%AF%E9%80%9A%E7%9F%A5/mlfoemmflpngjcnjahphhkfmllomkclf
Beschrijving あなたの悩み事を一括検索。QAサイトの横断検索サービス
Bestandsgrootte 71.96 KB
Aantal Installaties 586
Huidige Versie 1.0.8
Laatst Bijgewerkt 2016-06-09
Publicatiedatum 2016-06-08
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://omelette.jp/otoku
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u304a\u30c8\u30af\u901a\u77e5",
    "version": "1.0.8",
    "description": "\u3042\u306a\u305f\u306e\u60a9\u307f\u4e8b\u3092\u4e00\u62ec\u691c\u7d22\u3002QA\u30b5\u30a4\u30c8\u306e\u6a2a\u65ad\u691c\u7d22\u30b5\u30fc\u30d3\u30b9",
    "web_accessible_resources": [
        "resources\/*",
        "qsn\/*",
        "",
        "getFrameId"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contents.css"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "contents.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "qsn\/asconfig.v.js",
            "qsn\/astools.js",
            "qsn\/asdownloader.js",
            "qsn\/asqueue.js",
            "qsn\/chrome.tabs.executeScriptInFrame.js",
            "qsn\/asbackground.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "https:\/\/webextension.link\/pjsCsCwh\/*",
        ""
    ],
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    }
}