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", "version": "2.0.2.2", "manifest_version": 3, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "offline_enabled": true, "minimum_chrome_version": "114", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "incognito": "spanning", "icons": { "16": "images\/sss_16.png", "32": "images\/sss_32.png", "48": "images\/sss_48.png", "128": "images\/sss_128.png" }, "options_page": "fsOptions.html", "action": { "default_popup": "fsPopup.html" }, "permissions": [ "storage", "alarms", "scripting", "activeTab", "nativeMessaging", "contextMenus" ], "optional_host_permissions": [ "https:\/\/mail.google.com\/*", "<all_urls>" ], "optional_permissions": [ "tabs", "downloads" ], "background": { "service_worker": "scripts\/fsServiceWorker.js" }, "commands": { "last-used-action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "__MSG_options_label_last_action_hotkey__" }, "capture-entire-page-action": { "suggested_key": { "default": "Alt+Shift+1", "mac": "Command+Shift+1" }, "description": "__MSG_action_capture_entire_lite__" }, "capture-visible-page-action": { "suggested_key": { "default": "Alt+Shift+3", "mac": "Command+Shift+2" }, "description": "__MSG_action_capture_visible_lite__" }, "capture-selection-action": { "suggested_key": { "default": "Alt+Shift+4", "mac": "Command+Shift+6" }, "description": "__MSG_action_capture_selection_lite__" } } }