Google Doc File Size

Google Doc File Size

Check the size of the current google doc if it were to be converted to docx

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Doc File Size",
  "description": "Check the size of the current google doc if it were to be converted to docx",
  "version": "0.0.1",
  "icons": {
    "16": "/src/icon16.png",
    "48": "/src/icon48.png",
    "128": "/src/icon128.png"
  },
  "background": {
    "scripts": [
      "/src/background.js"
    ]
  },
  "browser_action": {},
  "permissions": [
    "activeTab"
  ]
}