单位转换器

单位转换器可以对不同单位的时间、面积、长度、重量、速度进行快速换算

What is 单位转换器?

单位转换器 is a Chrome extension developed by udicx, and its main feature is "单位转换器可以对不同单位的时间、面积、长度、重量、速度进行快速换算".

Extension Screenshots

screenshot
screenshot

Download 单位转换器 Extension CRX File

Download 单位转换器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        实用小工具,可以对时间(年、月、日、周、时、分、秒、毫秒),面积(平方千米、平方米、平方分米、平方厘米、平方毫米、顷、亩、分),长度(兆米、千米、米、分米、厘米、毫米、丝米、纳米、里、尺、丈),重量(千克、克、毫克、吨、克拉、斤、两),速度(米/秒、千米/秒、千米/时、马赫、英里/时、光速)计量单位进行快速换算                    

Extension Basic Information

Name 单位转换器 单位转换器
ID idfkgohiabbcoclnpndhehhinbboimli
Official URL https://chrome.google.com/webstore/detail/%E5%8D%95%E4%BD%8D%E8%BD%AC%E6%8D%A2%E5%99%A8/idfkgohiabbcoclnpndhehhinbboimli
Description 单位转换器可以对不同单位的时间、面积、长度、重量、速度进行快速换算
File Size 65.21 KB
Installation Count 5,000
Current Version 2.0.13
Last Updated 2022-03-15
Publish Date 2021-03-14
Developer udicx
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5355\u4f4d\u8f6c\u6362\u5668",
    "description": "\u5355\u4f4d\u8f6c\u6362\u5668\u53ef\u4ee5\u5bf9\u4e0d\u540c\u5355\u4f4d\u7684\u65f6\u95f4\u3001\u9762\u79ef\u3001\u957f\u5ea6\u3001\u91cd\u91cf\u3001\u901f\u5ea6\u8fdb\u884c\u5feb\u901f\u6362\u7b97",
    "version": "2.0.13",
    "browser_action": {
        "default_icon": "img\/logo_def.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo64.png",
        "32": "img\/logo32.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "js\/jquery.js"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/tool.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ]
}