WebExtension.net
Toggle dark mode
WebExtension.net

Cm to inches

View on Chrome Web Store
View Cm to inches Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (2 ratings)
1 views
This extension has been viewed 1 times

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

Convert cm to inches, inches to cm, and beyond! Also convert weight, volume, area, work, speed and time. No internet needed!
Type
Extension
Users
1,000 users
33
Website milext.com
Milext.com
View author page of Milext.com
Published
Published on February 20, 2024
Version 0.0.4
Manifest version
3
Updated
Updated on April 3, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cm to inches 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_extName__",
    "description": "__MSG_extDescription__",
    "author": "Million Extension",
    "manifest_version": 3,
    "version": "0.0.4",
    "default_locale": "en_US",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "open-extension": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Open extension"
        }
    }
}
© 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