The QRcode Generator
Generate Qrcode of your current tab and Selection
Wat is The QRcode Generator?
The QRcode Generator is een Chrome-extensie ontwikkeld door JohnnyWorks, en de belangrijkste functie is "Generate Qrcode of your current tab and Selection".
Extensie Screenshots
Download het CRX-bestand van de extensie The QRcode Generator
Download The QRcode Generator-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
A Simple tools that can generate QR-Code of your current tab or your selections.
Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet. Basisinformatie over de Extensie
| Naam | |
| ID | mmjobjkkoeoklejdaclonlkofnaojind |
| Officiële URL | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
| Beschrijving | Generate Qrcode of your current tab and Selection |
| Bestandsgrootte | 66.86 KB |
| Aantal Installaties | 96 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2014-10-04 |
| Publicatiedatum | 2014-10-04 |
| Ontwikkelaar | JohnnyWorks |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The QRcode Generator",
"version": "1.0",
"manifest_version": 2,
"description": "Generate Qrcode of your current tab and Selection",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"contextMenus",
"activeTab"
]
} | |