By: Nh88
Inspect and view changes in Docs Hotkey source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Docs Hotkey",
"version": "0.19",
"description": "Create hotkeys for Google Docs",
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"static/js/background.js"
],
"persistent": false
},
"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"
}
},
"browser_action": {
"default_title": "Open popup",
"default_popup": "index.html",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
}
},
"manifest_version": 2,
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"web_accessible_resources": [
"static/js/content.js",
"index.html",
"icons/16.png",
"icons/32.png",
"icons/64.png",
"icons/128.png"
],
"browser_specific_settings": {
"gecko": {
"id": "{1f14f23a-1b19-4a69-bf70-a7073d73d803}"
}
}
} Best Docs Hotkey Alternatives
Here are some Firefox add-ons that are similar to Docs Hotkey:
Docs Hotkey
Zack Murry
Docs Highlight Shortcut
austish
Add Doc to Classroom
Techniko
DocsKeys
teerthx
Vim for Google Docs
Quantier, LLC
Custom Hotkeys
Patricia Martin
Vim For Docs
GreenStorm5417
Sheets Row Highlighter
matsu7089
Dark mode for google doc
ellie
Shortcuts for Google Translate
alex91ivanov
Keyboard Hotkey Helper
ollinekaya
G-Script - Scriptwriting in Google Docs
Wildcard