Chegg Search

Right click highlighted text to quickly search Chegg!

什么是Chegg Search?

Chegg Search是由https://adamhoward.org开发的Chrome扩展程序,该扩展的主要功能是“Right click highlighted text to quickly search Chegg!”。

扩展截图

screenshot

下载Chegg Search扩展crx文件

下载Chegg Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Need to quickly search Chegg for a problem? Instead of copying & pasting it into Google or Chegg you can now simply highlight the problem, right click it, and press search Chegg!                    

扩展基本信息

名称 Chegg Search Chegg Search
ID flicpnkdedpbcjmpglinaghjfccgcppp
官方URL https://chromewebstore.google.com/detail/chegg-search/flicpnkdedpbcjmpglinaghjfccgcppp
简介 Right click highlighted text to quickly search Chegg!
文件大小 21.98 KB
安装次数 1,323
当前版本 1.0
更新时间 2020-04-09
上架时间 2020-04-09
评分 4.00/5 共4次评分
开发者 https://adamhoward.org
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chegg Search",
    "description": "Right click highlighted text to quickly search Chegg!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "search.js"
        ]
    }
}