Chegg Search

Right click highlighted text to quickly search Chegg!

What is Chegg Search?

Chegg Search is a Chrome extension developed by https://adamhoward.org, and its main feature is "Right click highlighted text to quickly search Chegg!".

Extension Screenshots

screenshot

Download Chegg Search Extension CRX File

Download Chegg Search 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

                        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!                    

Extension Basic Information

Name Chegg Search Chegg Search
ID flicpnkdedpbcjmpglinaghjfccgcppp
Official URL https://chromewebstore.google.com/detail/chegg-search/flicpnkdedpbcjmpglinaghjfccgcppp
Description Right click highlighted text to quickly search Chegg!
File Size 21.98 KB
Installation Count 1,323
Current Version 1.0
Last Updated 2020-04-09
Publish Date 2020-04-09
Rating 4.00/5 Total 4 Ratings
Developer https://adamhoward.org
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}