Captura de tela Tellfree
Captura de tela Tellfree
什麼是Captura de tela Tellfree?
Captura de tela Tellfree是由https://www.tellfree.com.br開發的Chrome擴展程式,該擴展的主要功能是“Captura de tela Tellfree”。
擴展截圖
下載Captura de tela Tellfree擴展crx文件
下載Captura de tela Tellfree擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extensão utilizada para compartilhamento de tela em aplicações Web fornecidas pela Tellfree.
擴展基本資訊
名稱 | |
ID | kloncdiceomppkcfinkdhpgohldbbbmb |
官方網址 | https://chromewebstore.google.com/detail/captura-de-tela-tellfree/kloncdiceomppkcfinkdhpgohldbbbmb |
簡介 | Captura de tela Tellfree |
檔案大小 | 25.23 KB |
安裝次數 | 12 |
目前版本 | 1.0 |
更新時間 | 2017-05-20 |
上架時間 | 2017-05-19 |
開發者 | https://www.tellfree.com.br |
付費類型 | free |
擴展官網 | https://www.tellfree.com.br:9051/tflyncRedir.aspx |
說明頁面URL | https://www.tellfree.com.br:9051/SAC.aspx |
支援的語言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captura de tela Tellfree", "description": "Captura de tela Tellfree", "version": "1.0", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.tellfree.com.br\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "desktopCapture", "https:\/\/*.tellfree.com.br\/*" ] } |