QR-Tools Chrome Extension
Add a context menu item to convert selected object into QR.
Wat is QR-Tools Chrome Extension?
QR-Tools Chrome Extension is een Chrome-extensie ontwikkeld door http://qr-tools.appspot.com, en de belangrijkste functie is "Add a context menu item to convert selected object into QR.".
Download het CRX-bestand van de extensie QR-Tools Chrome Extension
Download QR-Tools Chrome Extension-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
This extension adds a context menu item for Selected Text, Link or Images that turns the selected object into a QR code for easy sharing. The standalone generator can be found @: http://qr-tools.appspot.com/
Basisinformatie over de Extensie
Naam | |
ID | pimnmgcpoejphniobanenpdlfdoljpln |
Officiële URL | https://chrome.google.com/webstore/detail/qr-tools-chrome-extension/pimnmgcpoejphniobanenpdlfdoljpln |
Beschrijving | Add a context menu item to convert selected object into QR. |
Bestandsgrootte | 14.87 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2014-02-13 |
Publicatiedatum | 2014-02-13 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://qr-tools.appspot.com |
Betalingswijze | free |
Extensiewebsite | http://qr-tools.appspot.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Tools Chrome Extension", "version": "1.1.2", "author": "RastaCre", "default_locale": "en", "description": "Add a context menu item to convert selected object into QR.", "homepage_url": "http:\/\/qr-tools.appspot.com", "icons": { "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "script.js" ] }, "options_page": "options.html", "minimum_chrome_version": "6", "offline_enabled": false } |