Send to phone
Send any text to your phone
O que é Send to phone?
Send to phone é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Send any text to your phone".
Baixar o arquivo CRX da Extensão Send to phone
Baixe arquivos de extensão Send to phone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Use this extension to copy text on your browser to your phone. Select a text on the browser window, click on the extension icon and it will convert your text into a QR Code. Now scan that with your phone. Note: Does not support address bar URLs and URLs hidden behind hyperlinks
Informações Básicas da Extensão
Nome | Send to phone |
ID | bcojbpajiiplbpaigpadkccghbfbefhl |
URL Oficial | https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl |
Descrição | Send any text to your phone |
Tamanho do Arquivo | 3.87 KB |
Contagem de Instalações | 309 |
Versão Atual | 1.0 |
Última Atualização | 2018-04-01 |
Data de Publicação | 2018-04-01 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Send to phone", "version": "1.0", "description": "Send any text to your phone", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |