URL to QR

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

Vad är URL to QR?

URL to QR är en Chrome-tillägg utvecklad av JJay, och dess huvudfunktion är "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".

Tilläggsskärmbilder

screenshot

Ladda ner URL to QR-förlängningens CRX-fil

Ladda ner URL to QR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
Officiell webbadress https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
Beskrivning This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Filstorlek 33.94 KB
Antal Installationer 80
Aktuell Version 1.1
Senast Uppdaterad 2023-12-21
Publiceringsdatum 2015-05-19
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare JJay
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
Stödda Språk 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"
    ]
}