おトク通知

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

What is おトク通知?

おトク通知 is a Chrome extension developed by https://omelette.jp/otoku, and its main feature is "あなたの悩み事を一括検索。QAサイトの横断検索サービス".

Extension Screenshots

screenshot

Download おトク通知 Extension CRX File

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

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

Extension Basic Information

Name おトク通知 おトク通知
ID mlfoemmflpngjcnjahphhkfmllomkclf
Official URL https://chromewebstore.google.com/detail/%E3%81%8A%E3%83%88%E3%82%AF%E9%80%9A%E7%9F%A5/mlfoemmflpngjcnjahphhkfmllomkclf
Description あなたの悩み事を一括検索。QAサイトの横断検索サービス
File Size 71.96 KB
Installation Count 586
Current Version 1.0.8
Last Updated 2016-06-09
Publish Date 2016-06-08
Rating 3.00/5 Total 4 Ratings
Developer https://omelette.jp/otoku
Payment Type free
Supported Languages 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"
    }
}