CMAS-聚合搜索

CMAS - Context Menu Aggregate Search (右键聚合搜索)

CMAS-聚合搜索とは何ですか?

CMAS-聚合搜索はSiyiLeeによって開発されたChromeの拡張機能で、その主な機能は「CMAS - Context Menu Aggregate Search (右键聚合搜索)」です。

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

screenshot
screenshot
screenshot
screenshot

CMAS-聚合搜索拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        集成多个搜索引擎到Chrome右键菜单,可以一键直达这些搜索引擎的主页面。同时支持划词搜索,在一个页面划词之后,可以直接以你选中的词为关键字进行搜索,非常的方便。支持的搜索引擎列表:谷歌搜索、必应搜索、、雅虎搜索、百度搜索等。

Integrate multiple search engines into the Chrome right-click menu, and you can directly access the main pages of these search engines with one click. At the same time, it supports word search. After wording on a page, you can directly search with the word you selected as the keyword, which is very convenient. List of supported search engines: Google search, Bing search, Yahoo search, Baidu search, etc.                    

拡張機能の基本情報

名前 CMAS-聚合搜索 CMAS-聚合搜索
ID cekilcbhgbldeoodehddneajfhpdjkke
公式URL https://chromewebstore.google.com/detail/cmas-%E8%81%9A%E5%90%88%E6%90%9C%E7%B4%A2/cekilcbhgbldeoodehddneajfhpdjkke
説明 CMAS - Context Menu Aggregate Search (右键聚合搜索)
ファイルサイズ 97.96 KB
インストール数 73
現在のバージョン 1.0
最終更新日 2020-11-06
公開日 2020-11-06
開発者 SiyiLee
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.zhihu.com/people/lichi0206
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CMAS-\u805a\u5408\u641c\u7d22",
    "description": "CMAS - Context Menu Aggregate Search (\u53f3\u952e\u805a\u5408\u641c\u7d22)",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "img\/search16.png",
        "48": "img\/search48.png",
        "128": "img\/search128.png"
    },
    "browser_action": {
        "default_icon": "img\/search.png",
        "default_title": "CMAS - Context Menu Aggregate Search (\u53f3\u952e\u805a\u5408\u641c\u7d22)",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "homepage_url": "https:\/\/www.zhihu.com\/people\/lichi0206",
    "manifest_version": 2
}