Open Link on PC
One tap open links on mobile on PC!
什麼是Open Link on PC?
Open Link on PC是由https://open-link-on-pc.firebaseapp.com開發的Chrome擴展程式,該擴展的主要功能是“One tap open links on mobile on PC!”。
擴展截圖
下載Open Link on PC擴展crx文件
下載Open Link on PC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bdnfnkhfbgepokkkkbookefhdfibpnbc |
官方網址 | https://chromewebstore.google.com/detail/open-link-on-pc/bdnfnkhfbgepokkkkbookefhdfibpnbc |
簡介 | One tap open links on mobile on PC! |
檔案大小 | 233 KB |
安裝次數 | 618 |
目前版本 | 1.4 |
更新時間 | 2019-01-15 |
上架時間 | 2019-01-15 |
評分 | 4.75/5 共 4 次評分 |
開發者 | https://open-link-on-pc.firebaseapp.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://open-link-on-pc.firebaseapp.com/privacypolicy |
支援的語言 | 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 } |