Phone Helper

Location, timezone, and click-to-dial

什么是Phone Helper?

Phone Helper是由byronigoe开发的Chrome扩展程序,该扩展的主要功能是“Location, timezone, and click-to-dial”。

扩展截图

screenshot

下载Phone Helper扩展crx文件

下载Phone Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get location and timezone information for any phone number in a page. It also creates a tel: link to be able to call the number.

https://github.com/byronigoe/phoneHelper                    

扩展基本信息

名称 Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
官方URL https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
简介 Location, timezone, and click-to-dial
文件大小 12.15 KB
安装次数 679
当前版本 1.2
更新时间 2023-04-30
上架时间 2017-10-02
开发者 byronigoe
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/byronigoe/phoneHelper
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Phone Helper",
    "version": "1.2",
    "description": "Location, timezone, and click-to-dial",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "phoneHelper.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}