Quick Copy
Scan QR Code to copy URL
Wat is Quick Copy?
Quick Copy is een Chrome-extensie ontwikkeld door Tushar Potdar, en de belangrijkste functie is "Scan QR Code to copy URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Copy
Download Quick 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
Stop manually typing URL in phone !! Use "Quick Copy".. "Quick Copy" Extension generates QR code of current open tab. Just have to scan QR code and it will Copy/open URL. Note : -For iPhone users camera will scan QR code automatically. -For Android users need to install QR Code scanner, If scanning feature is not available by default.
Basisinformatie over de Extensie
Naam | Quick Copy |
ID | clmjlfeedlkeelhednjdeofdeohpblhp |
Officiële URL | https://chromewebstore.google.com/detail/quick-copy/clmjlfeedlkeelhednjdeofdeohpblhp |
Beschrijving | Scan QR Code to copy URL |
Bestandsgrootte | 157 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-01-14 |
Publicatiedatum | 2018-01-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Tushar Potdar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Copy", "description": "Scan QR Code to copy URL", "version": "1.0", "browser_action": { "default_icon": "QRL.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |