Open Link on PC

One tap open links on mobile on PC!

Open Link on PC là gì?

Open Link on PC là một tiện ích mở rộng Chrome được phát triển bởi https://open-link-on-pc.firebaseapp.com, và tính năng chính của nó là "One tap open links on mobile on PC!".

Ả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 Open Link on PC

Tải xuống các tệp mở rộng Open Link on PC 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

                        Ever found an interesting website and want to view it on PC? Typing the whole link or searching the internet could be tedious...
Not any more!
Open Link on PC is here to help!

Install android app - https://play.google.com/store/apps/details?id=com.prathameshshiralkar.linkonpc

Key features - 

- Supports all Android phones running Android Lollipop and above.
- Open links on any Desktop / Laptop - Windows, mac, Linux, etc.
- Easy Login-logout process.
- Opens links almost instantaneously!
- No need to login everytime. Login once and you will be kept logged in until you manually 
logout.
- Open links from sms dirctly on PC.
- Copy-paste links in app to open on PC.                    

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

Tên Open Link on PC Open Link on PC
ID bdnfnkhfbgepokkkkbookefhdfibpnbc
URL Chính Thức https://chromewebstore.google.com/detail/open-link-on-pc/bdnfnkhfbgepokkkkbookefhdfibpnbc
Mô tả One tap open links on mobile on PC!
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 618
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-01-15
Ngày Phát Hành 2019-01-15
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://open-link-on-pc.firebaseapp.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://open-link-on-pc.firebaseapp.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Link on PC",
    "version": "1.4",
    "description": "One tap open links on mobile on PC!",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio.com; object-src 'self'; ",
    "background": {
        "scripts": [
            "firebase.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "scripts": [
            "firebase.js",
            "popup.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}