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 |
| 公式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 |
| Eメール | [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": [
" | |