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++是由nikolay.dimitrov開發的Chrome擴展程式,該擴展的主要功能是“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

下載Clipboard++擴展crx文件

下載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
官方網址 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
}