Q360QuickSearch

This allows the user to do a quick search using the Q360 webclient.

Q360QuickSearchとは何ですか?

Q360QuickSearchはSolutions360によって開発されたChromeの拡張機能で、その主な機能は「This allows the user to do a quick search using the Q360 webclient.」です。

拡張機能のスクリーンショット

screenshot

Q360QuickSearch拡張機能のCRXファイルをダウンロード

Q360QuickSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Q360QuickSearch Q360QuickSearch
ID cchagdmlljbeffcnifpplgjafdddjogd
公式URL https://chromewebstore.google.com/detail/q360quicksearch/cchagdmlljbeffcnifpplgjafdddjogd
説明 This allows the user to do a quick search using the Q360 webclient.
ファイルサイズ 43.61 KB
インストール数 69
現在のバージョン 1.3
最終更新日 2019-02-06
公開日 2019-01-31
評価 5.00/5 合計 2 レビュー
開発者 Solutions360
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://solutions360.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q360QuickSearch",
    "description": "This allows the user to do a quick search using the Q360 webclient.",
    "author": "Solutions 360",
    "version": "1.3",
    "homepage_url": "http:\/\/www.solutions360.com\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/controller.php?action=q360*",
                "*:\/\/*\/controller.php?action=quicksearch*"
            ],
            "js": [
                "Q360QuickSearch.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "backend.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}