URL to QR
This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Was ist URL to QR?
URL to QR ist eine Chrome-Erweiterung, die von JJay entwickelt wurde, und ihr Hauptmerkmal ist "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".
Erweiterungsscreenshots
URL to QR-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL to QR-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
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] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ffpdcfbjaahhcgogoekgbellhahephbd |
| Offizielle URL | https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd |
| Beschreibung | This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop. |
| Dateigröße | 33.94 KB |
| Installationsanzahl | 80 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-12-21 |
| Veröffentlichungsdatum | 2015-05-19 |
| Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
| Entwickler | JJay |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
| Unterstützte Sprachen | 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"
]
} | |