Clipboard++

Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily

Clipboard++คืออะไร?

Clipboard++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikolay.dimitrov และคุณลักษณะหลักของมันคือ "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clipboard++

ดาวน์โหลดไฟล์ส่วนขยาย Clipboard++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pair your Chrome with the free phone application, Clipboard++, to start sending data clips directly to your phone as push notifications.

** New in version 1.8

- Send data only via secure channels
- Bugfixes


** New in version 1.5.5

- Send data clips from your phone to your Chrome! 
- Copy the text or open the link directly


You can easily send any piece of text, phone number, link to a web page, image or video.
Right-click on selected text, image or just on the page to send.

Just start up the app on your phone and generate pairing code, enter the code in the extension popup window and that's all - you are ready to go!

Directly call the copied number or open your browser to view the link you've just sent.                    

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

ชื่อ Clipboard++ Clipboard++
ID pecipdapigjbjmnkfahjlgnfcajpajhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clipboard++/pecipdapigjbjmnkfahjlgnfcajpajhh
คำอธิบาย Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily
ขนาดไฟล์ 55.51 KB
จำนวนการติดตั้ง 1,054
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2017-03-26
วันที่เผยแพร่ 2017-03-25
คะแนน 3.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา nikolay.dimitrov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipboard++",
    "short_name": "Clipboard++",
    "version": "1.8.1",
    "description": "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Clipboard++",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "converted_from_user_script": true
}