Examine source code of Ultimate Office Tools

Inspect and view changes in Ultimate 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",
  "name": "Ultimate Office Tools",
  "author": "Mediastinct",
  "description": "Easily Access Office Tools Right from Your Browser.",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "128": "assets/imgs/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "views/tabs/tabs.html"
  },
  "action": {},
  "background.service_worker": "./backgroundScript/backgroundScript.js"
}