Chegg Search
Right click highlighted text to quickly search Chegg!
Vad är Chegg Search?
Chegg Search är en Chrome-tillägg utvecklad av https://adamhoward.org, och dess huvudfunktion är "Right click highlighted text to quickly search Chegg!".
Tilläggsskärmbilder
Ladda ner Chegg Search-förlängningens CRX-fil
Ladda ner Chegg Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | flicpnkdedpbcjmpglinaghjfccgcppp |
| Officiell webbadress | https://chromewebstore.google.com/detail/chegg-search/flicpnkdedpbcjmpglinaghjfccgcppp |
| Beskrivning | Right click highlighted text to quickly search Chegg! |
| Filstorlek | 21.98 KB |
| Antal Installationer | 1,323 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-04-09 |
| Publiceringsdatum | 2020-04-09 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | https://adamhoward.org |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |