URL to QR
This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Wat is URL to QR?
URL to QR is een Chrome-extensie ontwikkeld door JJay, en de belangrijkste functie is "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie URL to QR
Download URL to QR-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
Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.
Please mail your feedback to me: [email protected] Basisinformatie over de Extensie
| Naam | |
| ID | ffpdcfbjaahhcgogoekgbellhahephbd |
| Officiële URL | https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd |
| Beschrijving | This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop. |
| Bestandsgrootte | 33.94 KB |
| Aantal Installaties | 80 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-12-21 |
| Publicatiedatum | 2015-05-19 |
| Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | JJay |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL to QR",
"description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "url.html"
},
"permissions": [
"tabs"
]
} | |