WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Docs Hotkey

Docs Hotkey

View on Chrome Web Store
View Docs Hotkey Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (81 ratings)
1 new ratings
18 views
This extension has been viewed 18 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.

Create hotkeys for Google Docs
Type
Extension
Users
10,000 users
1K
Zack Murry
View author page of Zack Murry
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 14, 2022
Version 0.21
Manifest version
3
Updated
Updated on November 23, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Docs Hotkey 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",
    "name": "Docs Hotkey",
    "version": "0.21",
    "description": "Create hotkeys for Google Docs",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/d\/*",
                "*:\/\/classroom.google.com\/*",
                "*:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "commands": {
        "slot1": {
            "suggested_key": {
                "default": "Ctrl+Shift+H"
            },
            "description": "Slot 1"
        },
        "slot2": {
            "description": "Slot 2"
        },
        "slot3": {
            "description": "Slot 3"
        },
        "slot4": {
            "description": "Slot 4"
        },
        "slot5": {
            "description": "Slot 5"
        },
        "slot6": {
            "description": "Slot 6"
        },
        "slot7": {
            "description": "Slot 7"
        },
        "slot8": {
            "description": "Slot 8"
        },
        "slot9": {
            "description": "Slot 9"
        },
        "slot910": {
            "description": "Slot 10"
        },
        "slot911": {
            "description": "Slot 11"
        },
        "slot912": {
            "description": "Slot 12"
        },
        "slot913": {
            "description": "Slot 13"
        },
        "slot914": {
            "description": "Slot 14"
        },
        "slot915": {
            "description": "Slot 15"
        }
    },
    "action": {
        "default_title": "Open popup",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}
© 2026 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