QR Code Generator
This extension generates a QR code from links and selected text.
QR Code Generatorคืออะไร?
QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spencer Barnes-Israel และคุณลักษณะหลักของมันคือ "This extension generates a QR code from links and selected text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [ " |