QR Code Generator
This extension generates a QR code from links and selected text.
什麼是QR Code Generator?
QR Code Generator是由Spencer Barnes-Israel開發的Chrome擴展程式,該擴展的主要功能是“This extension generates a QR code from links and selected text.”。
擴展截圖
下載QR Code Generator擴展crx文件
下載QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension generates a QR code from links and selected text, which you can then scan with your smart phone. This provides you with a quick way to get links and text to your phone. Translated into Brazilian Portuguese and Spanish via Google Translate. If you'd like to volunteer to translate this extension into your native language, please contact me. Thanks! The code is on GitHub -> https://github.com/sbarnesisrael/qr-generator-chrext
擴展基本資訊
名稱 | |
ID | kjcljdffopfopchbndhhfkpjddjbhjpg |
官方網址 | https://chrome.google.com/webstore/detail/qr-code-generator/kjcljdffopfopchbndhhfkpjddjbhjpg |
簡介 | This extension generates a QR code from links and selected text. |
檔案大小 | 59.1 KB |
安裝次數 | 216 |
目前版本 | 0.3 |
更新時間 | 2014-10-24 |
上架時間 | 2014-10-24 |
開發者 | Spencer Barnes-Israel |
付費類型 | free |
支援的語言 | en,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "description": "__MSG_extDescription__", "version": "0.3", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "imgs\/qrgenerator-16.png", "default_title": "QR Code generator", "default_popup": "popup.html" }, "icons": { "16": "imgs\/qrgenerator-16.png", "48": "imgs\/qrgenerator-48.png", "128": "imgs\/qrgenerator-128.png" }, "content_scripts": [ { "matches": [ " |