Phone Helper
Location, timezone, and click-to-dial
什麼是Phone Helper?
Phone Helper是由byronigoe開發的Chrome擴展程式,該擴展的主要功能是“Location, timezone, and click-to-dial”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | cllcdbfbaembamcnhgkmihgmndhgimfb |
| 官方網址 | 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": [
" | |