Examine source code of Office Tools

Inspect and view changes in Office Tools source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.11",
  "name": "Office Tools",
  "author": "Frooty Studios",
  "description": "Quicker way to access the Google Office Tools.",
  "icons": {
    "128": "assets/imgs/ex_logo_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "views/tabs/tabs.html"
  },
  "action": {
    "default_title": "Office Tools"
  },
  "background": {
    "service_worker": "serviceworker.js"
  },
  "permissions": []
}