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": "Slash Space Go", "version": "3.2", "description": "Slash, Space, and Go - that's all it takes! With our extension, assign unique shortcuts to your favorite websites.", "permissions": [ "contextMenus", "storage", "tabs", "activeTab", "notifications" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "\/" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }