Clip Copy

Copy text to your Android device with just one click!

Wat is Clip Copy?

Clip Copy is een Chrome-extensie ontwikkeld door Urmil Parikh, en de belangrijkste functie is "Copy text to your Android device with just one click!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clip Copy

Download Clip Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Clip Copy is a simple way to copy text from your browser to your Android phone or tablet.

It comes handy for typing a long message or for copying long URLs from Google Chrome browser.

This extension works with Clip Copy android application and enables context (right-click) menus in Google Chrome browser to send text directly from browser with just a single click.

You can also send any text by clicking on Clip Copy icon installed to the right of address bar.

Please make sure to always use latest version of Clip Copy android application.                    

Basisinformatie over de Extensie

Naam Clip Copy Clip Copy
ID nhabmnkcikbafdgidlmjkflpiemhnbch
Officiële URL https://chromewebstore.google.com/detail/clip-copy/nhabmnkcikbafdgidlmjkflpiemhnbch
Beschrijving Copy text to your Android device with just one click!
Bestandsgrootte 135 KB
Aantal Installaties 1,092
Huidige Versie 1.4
Laatst Bijgewerkt 2014-12-22
Publicatiedatum 2014-12-21
Beoordeling 4.40/5 Totaal 10 Beoordelingen
Ontwikkelaar Urmil Parikh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clip-copy.appspot.com
Help Pagina-URL https://clip-copy.appspot.com/developer
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip Copy",
    "short_name": "Clip Copy",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Copy text to your Android device with just one click!",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "https:\/\/clip-copy.appspot.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Clip Copy",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}