WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MAP Calculator

MAP Calculator

View on Chrome Web Store
View MAP Calculator Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
14 views
This extension has been viewed 14 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

With a well-designed MAP Calculator, you'll be able to take control of your health.
Type
Extension
Users
195 users
1
we.d************************
View author page of we.d************************
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 26, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on May 8, 2024
lifestyle/well_being
Extension Category
View on Chrome Web Store
View MAP Calculator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.4",
    "description": "__MSG_shortDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "MAP Calculator",
        "default_icon": {
            "16": "assets\/icon.png",
            "24": "assets\/icon.png",
            "32": "assets\/icon.png"
        }
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top