QRTrans

Translate URL or text to QRCode for iPhone and Mobile Devices.

QRTransคืออะไร?

QRTrans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.civic-apps.com และคุณลักษณะหลักของมันคือ "Translate URL or text to QRCode for iPhone and Mobile Devices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QRTrans

ดาวน์โหลดไฟล์ส่วนขยาย QRTrans ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This app makes a QR code image from current tab URL or free text.
You can transfer text to iPhone, Android or other mobile devices.

ex. iPhone you can download free QR code reader app, pomera qr code reader.

Twitter ID: http://twitter.com/civic

manifest version V2 upgrade.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QRTrans QRTrans
ID aljgmbpcdmgelhkanifjjbgdkohoefme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qrtrans/aljgmbpcdmgelhkanifjjbgdkohoefme
คำอธิบาย Translate URL or text to QRCode for iPhone and Mobile Devices.
ขนาดไฟล์ 66.04 KB
จำนวนการติดตั้ง 757
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2013-05-27
วันที่เผยแพร่ 2013-05-27
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.civic-apps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.civic-apps.com/qrtrans/
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRTrans",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "QRTrans",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    }
}