Call a Number via Fritz!Box
Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.
什麼是Call a Number via Fritz!Box?
Call a Number via Fritz!Box是由rolle4honet開發的Chrome擴展程式,該擴展的主要功能是“Select a phone number in a web page and call it via context menu directly with a Fritz!Box router.”。
擴展截圖
下載Call a Number via Fritz!Box擴展crx文件
下載Call a Number via Fritz!Box擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlight a phone number on a web page or in an email and call them via the context menu directly on the Fritz Box (a common router in Germany).
擴展基本資訊
名稱 | Call a Number via Fritz!Box |
ID | kcalekkcloenlggckljneebibcfpoidh |
官方網址 | https://chromewebstore.google.com/detail/call-a-number-via-fritzbo/kcalekkcloenlggckljneebibcfpoidh |
簡介 | Select a phone number in a web page and call it via context menu directly with a Fritz!Box router. |
檔案大小 | 35.17 KB |
安裝次數 | 2,952 |
目前版本 | 0.2.0 |
更新時間 | 2017-05-18 |
上架時間 | 2017-05-18 |
評分 | 4.27/5 共 11 次評分 |
開發者 | rolle4honet |
付費類型 | free |
擴展官網 | http://honet.de/call-a-fritz/?cid=chrome-web |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Call a Number via Fritz!Box", "short_name": "Call@Fritz", "description": "__MSG_appDesc__", "version": "0.2.0", "author": "Rolle", "homepage_url": "http:\/\/honet.de\/call-a-fritz\/?cid=chrome-home", "default_locale": "en", "minimum_chrome_version": "36", "icons": { "16": "iconFritz.png", "48": "iconFritz.png", "128": "call-a-fritz_icon128.png" }, "permissions": [ "contextMenus", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "node_modules\/js-md5\/src\/md5.js", "lib.js", "debug.js", "contextMenu.js" ] }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true } } |