Send to phone
Send any text to your phone
Cos'è Send to phone?
Send to phone è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Send any text to your phone".
Scarica il file CRX dell'estensione Send to phone
Scarica i file di estensione Send to phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Send to phone |
ID | bcojbpajiiplbpaigpadkccghbfbefhl |
URL Ufficiale | https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl |
Descrizione | Send any text to your phone |
Dimensione del File | 3.87 KB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-04-01 |
Data di Pubblicazione | 2018-04-01 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |