QR Code for URL
This extension shows QR code for the current URL
Vad är QR Code for URL?
QR Code for URL är en Chrome-tillägg utvecklad av khandaa, och dess huvudfunktion är "This extension shows QR code for the current URL".
Tilläggsskärmbilder
Ladda ner QR Code for URL-förlängningens CRX-fil
Ladda ner QR Code for URL-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
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Grundläggande Information om Tillägg
Namn | |
ID | occafnjlngbhpeecondimabioglncpbd |
Officiell webbadress | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Beskrivning | This extension shows QR code for the current URL |
Filstorlek | 5.48 KB |
Antal Installationer | 17 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-06-16 |
Publiceringsdatum | 2017-06-16 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | khandaa |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |