URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

Qu'est-ce que URL to QR ?

URL to QR est une extension Chrome développée par JJay, et sa fonction principale est "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL to QR

Téléchargez les fichiers d'extension URL to QR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
URL Officiel https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
Description This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Taille du Fichier 33.94 KB
Nombre d'Installations 80
Version Actuelle 1.1
Dernière Mise à Jour 2023-12-21
Date de Publication 2015-05-19
Évaluation 4.86/5 Total 7 Évaluations
Développeur JJay
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
Langues Prises en Charge 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"
    ]
}