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": "Save to netroStation", "description": "Add currently opened website and import your bookmarks to your netroStation.", "version": "1.3", "icons": { "128": "icon_128.png" }, "action": { "default_title": "Save to netroStation", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "bookmarks", "tabs" ], "externally_connectable": { "matches": [ "https:\/\/www.netrostation.com\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }