ScanMe

A Chrome extension that you can scan the qr code to open url on you cellphone.

什麼是ScanMe?

ScanMe是由Lerry開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that you can scan the qr code to open url on you cellphone.”。

擴展截圖

screenshot

下載ScanMe擴展crx文件

下載ScanMe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Chrome extension that you can scan the qr code to open url on you cellphone.

扫描二维码,在你的手机上打开当前网页。                    

擴展基本資訊

名稱 ScanMe ScanMe
ID cchegmecehnbcgpmmnanfmdecgehokch
官方網址 https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch
簡介 A Chrome extension that you can scan the qr code to open url on you cellphone.
檔案大小 14.63 KB
安裝次數 76
目前版本 0.0.8
更新時間 2015-01-09
上架時間 2015-01-08
評分 5.00/5 共 1 次評分
開發者 Lerry
付費類型 free
擴展官網 https://github.com/lerry/ScanMe
說明頁面URL https://github.com/lerry/ScanMe
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon-128.png"
        },
        "default_title": "ScanMe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}