Phone to Chrome

Receive links from your phone

Phone to Chromeคืออะไร?

Phone to Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amaan Cheval และคุณลักษณะหลักของมันคือ "Receive links from your phone"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phone to Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Phone to Chrome Phone to Chrome
ID ojoecolejmnhkgafjnieigpjhgmpllnn
URL อย่างเป็นทางการ 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'"
}