Context Menu QR Code Generator
Generate QR Codes selection context menu
Vad är Context Menu QR Code Generator?
Context Menu QR Code Generator är en Chrome-tillägg utvecklad av Arthur Farias, och dess huvudfunktion är "Generate QR Codes selection context menu".
Tilläggsskärmbilder
Ladda ner Context Menu QR Code Generator-förlängningens CRX-fil
Ladda ner Context Menu QR Code 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
Simple Context Menu QR Code Generator. If you want to keep the development of this app or you are pleased with the functionality, please make a paypal donation to my paypal account [email protected]. Grundläggande Information om Tillägg
| Namn | |
| ID | pffeedlofllghbmondonppgbleaggibj |
| Officiell webbadress | https://chromewebstore.google.com/detail/context-menu-qr-code-gene/pffeedlofllghbmondonppgbleaggibj |
| Beskrivning | Generate QR Codes selection context menu |
| Filstorlek | 6.97 KB |
| Antal Installationer | 136 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2012-10-26 |
| Publiceringsdatum | 2012-10-26 |
| Betyg | 2.75/5 Totalt 4 Betyg |
| Utvecklare | Arthur Farias |
| Betalningssätt | free |
| Tilläggswebbplats | http://arthur.afarias.org |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Context Menu QR Code Generator",
"description": "Generate QR Codes selection context menu",
"version": "0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"content.js"
]
},
"manifest_version": 2
} | |