The QRcode Generator
Generate Qrcode of your current tab and Selection
Vad är The QRcode Generator?
The QRcode Generator är en Chrome-tillägg utvecklad av JohnnyWorks, och dess huvudfunktion är "Generate Qrcode of your current tab and Selection".
Tilläggsskärmbilder
Ladda ner The QRcode Generator-förlängningens CRX-fil
Ladda ner The QRcode Generator-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mmjobjkkoeoklejdaclonlkofnaojind |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
| Beskrivning | Generate Qrcode of your current tab and Selection |
| Filstorlek | 66.86 KB |
| Antal Installationer | 96 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-10-04 |
| Publiceringsdatum | 2014-10-04 |
| Utvecklare | JohnnyWorks |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |