Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasyCalc - Simple Calculator",
"description": "A simple calculator extension for performing basic arithmetic calculations.",
"version": "2.0.0",
"manifest_version": 3,
"icons": {
"128": "\/assets\/icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "\/assets\/icons\/icon128.png"
}
},
"permissions": [
"storage"
]
}