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 Jan 26, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "QuickNote+",
"description": "Create and store quick notes effortlessly with QuickNote+. Capture important information, ideas, and tasks instantly",
"version": "1.0",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"service_worker": "scripts\/background.js",
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"scripts\/content.js"
]
}
]
}
}