Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Highlight to AI",
"description": "Send highlighted text to ChatGPT and explore follow-up queries.",
"version": "1.0.7",
"manifest_version": 3,
"homepage_url": "https:\/\/highlight-to-ai.vercel.app",
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png"
},
"options_page": "options.html",
"devtools_page": "devtools.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.jsx-loader-6309126a.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-51da6b3b.js",
"assets\/chunk-fcbf7acd.js",
"assets\/chunk-4e05f922.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage"
]
}