Link2Phone

This extension help you send links to your phone for Free

Link2Phone là gì?

Link2Phone là một tiện ích mở rộng Chrome được phát triển bởi https://link2phone.firebaseapp.com, và tính năng chính của nó là "This extension help you send links to your phone for Free".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Link2Phone

Tải xuống các tệp mở rộng Link2Phone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Link2Phone Link2Phone
ID epehaagfadmeeaehllilddgkmkdefjij
URL Chính Thức https://chrome.google.com/webstore/detail/link2phone/epehaagfadmeeaehllilddgkmkdefjij
Mô tả This extension help you send links to your phone for Free
Kích Thước Tệp 90.15 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-10-28
Ngày Phát Hành 2016-10-28
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://link2phone.firebaseapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://play.google.com/store/apps/details?id=com.alphabyte.link2phone
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}