WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Revision History: Writing Process Visibility for Google Docs & Slides

Revision History: Writing Process Visibility for Google Docs & Slides

View on Chrome Web Store
View Revision History: Writing Process Visibility for Google Docs & Slides Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (199 ratings)
1 new ratings
29 views
This extension has been viewed 29 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Built for teachers: See how students write, not just what they wrote. View the writing process in Google Docs & Slides.
Type
Extension
Users
200,000 users
100K
Revision History
View author page of Revision History
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 10, 2023
Version 1.7.8
Manifest version
3
Updated
Updated on December 8, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Revision History: Writing Process Visibility for Google Docs & Slides Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.8",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "action": {
        "default_popup": "js\/index.html",
        "default_title": "__MSG_extName__"
    },
    "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\/*",
                "https:\/\/*.microsoftedge.microsoft.com\/*",
                "*:\/\/*.google.com\/*",
                "<all_urls>"
            ]
        }
    ],
    "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"
    },
    "host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "oauth2": {
        "client_id": "389797709134-2du4ec6iv2ndmi7449gikhmnd8iokv6b.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:3000\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/extension.revisionhistory.com\/*",
            "https:\/\/revisionhistory.com\/*",
            "https:\/\/www.revisionhistory.com\/*",
            "https:\/\/*.vercel.app\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top