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 |
公式URL | 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\/*" ] } |