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": "Science Research Assistant", "description": "Search for scientific information as quickly as possible while researching and writing scientific papers. Save notes for reference.", "version": "3.1.3", "background": { "service_worker": "service_worker.min.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "host_permissions": [ "file:\/\/*" ], "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ], "action": { "default_icon": "icon.png" } }