Chegg Search

Right click highlighted text to quickly search Chegg!

Qu'est-ce que Chegg Search ?

Chegg Search est une extension Chrome développée par https://adamhoward.org, et sa fonction principale est "Right click highlighted text to quickly search Chegg!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chegg Search

Téléchargez les fichiers d'extension Chegg Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Chegg Search Chegg Search
ID flicpnkdedpbcjmpglinaghjfccgcppp
URL Officiel https://chromewebstore.google.com/detail/chegg-search/flicpnkdedpbcjmpglinaghjfccgcppp
Description Right click highlighted text to quickly search Chegg!
Taille du Fichier 21.98 KB
Nombre d'Installations 1,323
Version Actuelle 1.0
Dernière Mise à Jour 2020-04-09
Date de Publication 2020-04-09
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://adamhoward.org
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}