Chegg Search
Right click highlighted text to quickly search Chegg!
Wat is Chegg Search?
Chegg Search is een Chrome-extensie ontwikkeld door https://adamhoward.org, en de belangrijkste functie is "Right click highlighted text to quickly search Chegg!".
Extensie Screenshots
Download het CRX-bestand van de extensie Chegg Search
Download Chegg Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | flicpnkdedpbcjmpglinaghjfccgcppp |
| Officiële URL | https://chromewebstore.google.com/detail/chegg-search/flicpnkdedpbcjmpglinaghjfccgcppp |
| Beschrijving | Right click highlighted text to quickly search Chegg! |
| Bestandsgrootte | 21.98 KB |
| Aantal Installaties | 1,323 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-04-09 |
| Publicatiedatum | 2020-04-09 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://adamhoward.org |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |