Chegg Search

Right click highlighted text to quickly search Chegg!

Hvad er Chegg Search?

Chegg Search er en Chrome-udvidelse udviklet af https://adamhoward.org, og dens hovedfunktion er "Right click highlighted text to quickly search Chegg!".

Udvidelsesskærmbilleder

screenshot

Download Chegg Search-udvidelses-CRX-fil

Download Chegg Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Chegg Search Chegg Search
ID flicpnkdedpbcjmpglinaghjfccgcppp
Officiel URL https://chromewebstore.google.com/detail/chegg-search/flicpnkdedpbcjmpglinaghjfccgcppp
Beskrivelse Right click highlighted text to quickly search Chegg!
Filstørrelse 21.98 KB
Antal Installationer 1,323
Nuværende Version 1.0
Senest Opdateret 2020-04-09
Udgivelsesdato 2020-04-09
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://adamhoward.org
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}