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", "name": "Save To Drive", "version": "1.0", "description": "Save Emails, Images, Pages to Google Drive\u2122 in 1 Click!", "manifest_version": 3, "action": { "default_title": "Save Emails, Images, Pages to Google Drive\u2122 in 1 Click!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6qcPXPW\/5fKtYDGQoMt2o\/WABKJItF1hcalMwtWeRPz5mn9J\/LDcH0uJLBSB47cZdVncEK2ujRDDJe\/9oGRG5Wv0can4yXAO\/CWbxXBbN4LxIwhQaU8oK81jfeyqGli+bOk56NulFWVuqKK2j8dq5PxzTcMYdBIBjxqIvjqJmUOGvtPLaSjE9R9OxZ3jwGpcqBUDWfuDAHiCMaiy0mRUSZLQcDjj6oQ3M+q0IBJAQdcosobvo\/+Pfae\/2Bcoh6upf7XFHOl8quvlGC9bFxBys6ATvNNV6hlpE9qriPNntZVA8+1j1F\/1UKWOrwzOKe5JtPKTc5\/KZi64ZQ+AJYyUpwIDAQAB", "options_page": "options.html", "oauth2": { "client_id": "719681919468-b50dmv844jkr75qapts3l6p6b4dp80ev.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/drive.readonly" ] }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "identity", "activeTab", "notifications", "storage", "scripting", "contextMenus" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scrollandstichpage.js" ] } ] }