Copy URL

This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.

Was ist Copy URL?

Copy URL ist eine Chrome-Erweiterung, die von viveksinghggits entwickelt wurde, und ihr Hauptmerkmal ist "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".

Erweiterungsscreenshots

screenshot

Copy URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy URL-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

                        This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device.
So the purpose of the product is to copy the URL from your computer to your mobile device.                    

Grundlegende Informationen zur Erweiterung

Name Copy URL Copy URL
ID lhdkfgdpcodjjadeebijobklicbaegfb
Offizielle URL https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb
Beschreibung This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Dateigröße 8.12 KB
Installationsanzahl 30
Aktuelle Version 1.0
Letztes Update 2018-06-09
Veröffentlichungsdatum 2018-06-09
Entwickler viveksinghggits
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy URL",
    "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "website.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}