Fingertip QR Link
Convert link or current address to QR Code for mobile
什麼是Fingertip QR Link?
Fingertip QR Link是由shernshiou開發的Chrome擴展程式,該擴展的主要功能是“Convert link or current address to QR Code for mobile”。
擴展截圖
下載Fingertip QR Link擴展crx文件
下載Fingertip QR Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader. Github: https://github.com/shernshiou/Fingertip-QR-Link
擴展基本資訊
名稱 | Fingertip QR Link |
ID | kmljcpbojecfeljodfbecbkakhpdnomd |
官方網址 | https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd |
簡介 | Convert link or current address to QR Code for mobile |
檔案大小 | 54.71 KB |
安裝次數 | 14 |
目前版本 | 0.1 |
更新時間 | 2012-09-06 |
上架時間 | 2012-09-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | shernshiou |
付費類型 | free |
擴展官網 | https://github.com/shernshiou/Fingertip-QR-Link |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fingertip QR Link", "description": "Convert link or current address to QR Code for mobile", "version": "0.1", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "manifest_version": 2 } |