Link2Phone

This extension help you send links to your phone for Free

Apa itu Link2Phone?

Link2Phone adalah ekstensi Chrome yang dikembangkan oleh https://link2phone.firebaseapp.com, dan fitur utamanya adalah "This extension help you send links to your phone for Free".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Link2Phone

Unduh file ekstensi Link2Phone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A Free and Easy to use Chrome Extension That Helps you send and receive links from your phone easily. Press a button to send the current open tab to your phone. Share Any Link from your Phone To PC

Sharing Links :- 
Sharing Links is easy,just open a tab you want to send to your phone,open widget and click SEND LINK to send it to your phone.

Receiving Links :- 
Send Links from your Phone to your Chrome Browsers and open them easily

Real-Time :-
The Data is Stored in Real Time.

Anonymous :-
No need to enter your information just generate an ID and start using, DATA is stored anonymously and the user id generated is random.

Fast:-
As the storage is Real-Time, the data is transferred instantaneously with low bandwidth usage

Generate ID :- https://link2phone.firebaseapp.com/
Download Android App :- wally.pw/link2phone                    

Informasi Dasar Ekstensi

Nama Link2Phone Link2Phone
ID epehaagfadmeeaehllilddgkmkdefjij
URL Resmi https://chrome.google.com/webstore/detail/link2phone/epehaagfadmeeaehllilddgkmkdefjij
Deskripsi This extension help you send links to your phone for Free
Ukuran File 90.15 KB
Jumlah Instalasi 191
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2016-10-28
Tanggal Publikasi 2016-10-28
Penilaian 4.00/5 Total 2 Penilaian
Pengembang https://link2phone.firebaseapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://play.google.com/store/apps/details?id=com.alphabyte.link2phone
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link2Phone",
    "description": "This extension help you send links to your phone for Free",
    "version": "0.1.2",
    "version_name": "0.1.1.BETA",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/*.getmdl.io; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "home.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js",
                "script_home.js",
                "checkinfo.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}