URL to QRCode
get the qrcode of current url
Vad är URL to QRCode?
URL to QRCode är en Chrome-tillägg utvecklad av zhihuzeye, och dess huvudfunktion är "get the qrcode of current url".
Tilläggsskärmbilder
Ladda ner URL to QRCode-förlängningens CRX-fil
Ladda ner URL to QRCode-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
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。 Grundläggande Information om Tillägg
| Namn | |
| ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
| Officiell webbadress | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
| Beskrivning | get the qrcode of current url |
| Filstorlek | 32.12 KB |
| Antal Installationer | 158 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2014-08-15 |
| Publiceringsdatum | 2014-08-14 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | zhihuzeye |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/imyelo/chrome-url-to-qrcode |
| Hjälpsida URL | https://github.com/imyelo/chrome-url-to-qrcode/issues |
| Stödda Språk | 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"
]
} | |