QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
Vad är QR-Code?
QR-Code är en Chrome-tillägg utvecklad av felix.kaiser, och dess huvudfunktion är "Show a QR-Code for the current URL (without relying on some third-party API).".
Tilläggsskärmbilder
Ladda ner QR-Code-förlängningens CRX-fil
Ladda ner QR-Code-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
Shows a QR-Code for the current URL, or any other text.
It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.).
It's free and open source: https://github.com/fxkr/chrome-qrcode-extension Grundläggande Information om Tillägg
| Namn | |
| ID | leicjbimaiecjfljbeikdailcmaadlml |
| Officiell webbadress | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
| Beskrivning | Show a QR-Code for the current URL (without relying on some third-party API). |
| Filstorlek | 13.5 KB |
| Antal Installationer | 799 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-11-21 |
| Publiceringsdatum | 2017-11-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | felix.kaiser |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/fxkr/chrome-qrcode-extension |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR-Code",
"description": "Show a QR-Code for the current URL (without relying on some third-party API).",
"version": "1.0.0",
"homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension",
"icons": {
"16": "icon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"permissions": [
"tabs"
],
"offline_enabled": true,
"browser_action": {
"default_icon": "icon-16x16.png",
"default_popup": "popup.html"
}
} | |