Inspect and view changes in Word count in a page 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,
"name": "__MSG_appName__",
"version": "1.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "Maria Remneva",
"icons": {
"16": "images/icon16-blue.png",
"48": "images/icon48-blue.png",
"64": "images/icon64-blue.png",
"128": "images/icon128-blue.png"
},
"background": {
"service_worker": "background.js"
},
"action": {},
"permissions": [
"contextMenus"
]
}