Clipboard++

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

Was ist Clipboard++?

Clipboard++ ist eine Chrome-Erweiterung, die von nikolay.dimitrov entwickelt wurde, und ihr Hauptmerkmal ist "Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Clipboard++-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clipboard++-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clipboard++ Clipboard++
ID pecipdapigjbjmnkfahjlgnfcajpajhh
Offizielle URL https://chromewebstore.google.com/detail/clipboard++/pecipdapigjbjmnkfahjlgnfcajpajhh
Beschreibung Copy and paste to your phone. Send links, phone numbers, image URLs, or anything directly to your phone and access them easily
Dateigröße 55.51 KB
Installationsanzahl 1,054
Aktuelle Version 1.8.1
Letztes Update 2017-03-26
Veröffentlichungsdatum 2017-03-25
Bewertung 3.18/5 Insgesamt 11 Bewertungen
Entwickler nikolay.dimitrov
Zahlungsart free
Unterstützte Sprachen 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
}