Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } }