Phone to Chrome
Receive links from your phone
什麼是Phone to Chrome?
Phone to Chrome是由Amaan Cheval開發的Chrome擴展程式,該擴展的主要功能是“Receive links from your phone”。
擴展截圖
下載Phone to Chrome擴展crx文件
下載Phone to Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension that allows you to receive links from your phone
Note: You will need the mobile app to use this. Search for "Phone to Chrome" on the Play store, or visit http://whatthedude.com/ptoc
Instructions for use:
- Install this extension
- Install the Android app (https://play.google.com/store/apps/details?id=com.amaan.phonetochrome)
- Note the "ID for mobile app" from this extension
- Type the ID into the settings page of the Android app
Features:
- Receive links from your phone
- Save a history of the links you've received in the past (customizable in the options)
- Queue links if your computer is offline (with the pro version of the Android app, available at https://play.google.com/store/apps/details?id=com.amaan.phonetochromepro)
- Receive different links from your phone
- Receive links that are different to the first 2 ones from your phone
- And many more! (Not really. It's a fairly simple extension) 擴展基本資訊
| 名稱 | |
| ID | ojoecolejmnhkgafjnieigpjhgmpllnn |
| 官方網址 | https://chromewebstore.google.com/detail/phone-to-chrome/ojoecolejmnhkgafjnieigpjhgmpllnn |
| 簡介 | Receive links from your phone |
| 檔案大小 | 91.45 KB |
| 安裝次數 | 14,690 |
| 目前版本 | 0.4.1 |
| 更新時間 | 2020-05-08 |
| 上架時間 | 2020-05-08 |
| 評分 | 3.87/5 共 98 次評分 |
| 開發者 | Amaan Cheval |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Phone to Chrome",
"version": "0.4.1",
"description": "Receive links from your phone",
"permissions": [],
"browser_action": {
"default_title": "Details",
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/logo19.png",
"38": "icons\/logo38.png"
}
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"background": {
"scripts": [
"js\/moment.min.js",
"js\/bg.js"
]
},
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |