Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "author": "Polymer Mallard", "content_scripts": [ { "all_frames": true, "css": [ "shared\/style\/app\/google.css", "shared\/style\/app\/plugin.css" ], "js": [ "shared\/script\/app\/app.js" ], "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/slides.google.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "Adds a 'Download Image' option to Google Slides context menu", "homepage_url": "https:\/\/www.polymermallard.com", "host_permissions": [ "https:\/\/docs.google.com\/*", "https:\/\/slides.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 3, "name": "Google Slides - Download Image", "permissions": [], "version": "0.3.2", "web_accessible_resources": [ { "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/slides.google.com\/*" ], "resources": [ "shared\/image\/*" ] } ] }