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": "1.3.5", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj7Ws0O96DMuQz1ShzqfRhFUG3Xa\/EEDEJxi+MYwoQEHiELO0cX\/NswGS9V0PGfFPIri5BKjJarxaqzQVS3mEIujMF+YO4DhtI5YdngXJ3lEVO8SeEXHBOZkDykk3DpCde3KwyCDsg2jvBL+ryjXCFEosEdXkoN7yvSJwE\/LqlkT5NaKcVhqgq8\/7g2aDDNidRbpX39DFVIZkSzOcaaxyxUCxz2F0trxURg8FfRQKKjINLjoGlPDVzbFcZQB00zRHu5c8DbeD1ooS6u3YbbBhPbZ6rA8PUUh+YZjdndw1Z7r0v\/xC89nFftWky+Lyz6gxym\/IF+mJQOPMCLVhLAZsuwIDAQAB", "name": "Revision History", "description": "Built for teachers - show students' history of edits in a Google Doc", "action": { "default_popup": "js\/index.html", "default_title": "Revision History" }, "content_scripts": [ { "matches": [ "*:\/\/docs.google.com\/*", "*:\/\/classroom.google.com\/*" ], "all_frames": true, "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "js\/*", "images\/*" ], "matches": [ "*:\/\/docs.google.com\/*" ] } ], "icons": { "16": "images\/black-logo-16.png", "32": "images\/black-logo-32.png", "48": "images\/black-logo-48.png", "128": "images\/black-logo-128.png" }, "oauth2": { "client_id": "389797709134-29ij5o8eke6dm7rqgagsdman7ocov13c.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "permissions": [ "storage", "identity" ] }