URL to QRCode
get the qrcode of current url
Wat is URL to QRCode?
URL to QRCode is een Chrome-extensie ontwikkeld door zhihuzeye, en de belangrijkste functie is "get the qrcode of current url".
Extensie Screenshots
Download het CRX-bestand van de extensie URL to QRCode
Download URL to QRCode-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
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
Basisinformatie over de Extensie
Naam | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
Officiële URL | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
Beschrijving | get the qrcode of current url |
Bestandsgrootte | 32.12 KB |
Aantal Installaties | 158 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-08-15 |
Publicatiedatum | 2014-08-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | zhihuzeye |
Betalingswijze | free |
Extensiewebsite | https://github.com/imyelo/chrome-url-to-qrcode |
Help Pagina-URL | https://github.com/imyelo/chrome-url-to-qrcode/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |