Get Link
Create a QRcode for the URL to open in other devices
Wat is Get Link?
Get Link is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Create a QRcode for the URL to open in other devices".
Extensie Screenshots
Download het CRX-bestand van de extensie Get Link
Download Get Link-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
This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone. Basisinformatie over de Extensie
| Naam | |
| ID | bknagdmankilmkenflkobkobmdeakcic |
| Officiële URL | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
| Beschrijving | Create a QRcode for the URL to open in other devices |
| Bestandsgrootte | 67.66 KB |
| Aantal Installaties | 622 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-09-17 |
| Publicatiedatum | 2019-09-17 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Get Link",
"description": "Create a QRcode for the URL to open in other devices",
"version": "1.0.0",
"icons": {
"128": "logo-128x128.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |