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", "manifest_version": 3, "name": "Ai Note Buddy", "version": "1.0.0", "description": "Save, Summarize, Organize while browsing", "icons": { "16": "tilxyz-logo.png", "32": "tilxyz-logo.png", "48": "tilxyz-logo.png", "128": "tilxyz-logo.png" }, "permissions": [ "notifications", "storage", "contextMenus", "tabs", "activeTab", "webNavigation" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.js", "test.js" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "til_toolbar.html" ], "matches": [ "<all_urls>" ] } ] }