Send to phone

Send any text to your phone

Hvad er Send to phone?

Send to phone er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Send any text to your phone".

Download Send to phone-udvidelses-CRX-fil

Download Send to phone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Send to phone Send to phone
ID bcojbpajiiplbpaigpadkccghbfbefhl
Officiel URL https://chromewebstore.google.com/detail/send-to-phone/bcojbpajiiplbpaigpadkccghbfbefhl
Beskrivelse Send any text to your phone
Filstørrelse 3.87 KB
Antal Installationer 309
Nuværende Version 1.0
Senest Opdateret 2018-04-01
Udgivelsesdato 2018-04-01
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    ]
}