Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Conversation Exporter",
"version": "1.0",
"description": "A simple extension to export ChatGPT conversation as an HTML file.",
"action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
}
}