Send to Google Glass™

This Glassware let's you send text notes and images to Google Glass™

什麼是Send to Google Glass™?

Send to Google Glass™是由https://vladfilippov.com開發的Chrome擴展程式,該擴展的主要功能是“This Glassware let's you send text notes and images to Google Glass™”。

擴展截圖

screenshot

下載Send to Google Glass™擴展crx文件

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

擴展使用說明

                        Quickly send text notes and images to your brand new Google Glass!
This project is open source at https://github.com/vladikoff/send-to-google-glass

Features include:
* Quick share via the browser icon
* Select some text, right click and send it to your device 
* Right click on an image and send it to Google Glass!
* Read Aloud, Pin, Delete and Share Cards

0.1.1 (June 25, 2013) -
Popup now sends images if you paste an image url.
Card actions rearranged based on community feedback.
Updated text limit. Allows you to send huge text articles. Perfect for the 'Read Aloud' feature.


Google Glass vector art used in promotional images used with a non-commercial license.
Art produced by Cococi Alberto Valentin http://albertodesigns.dunked.com                    

擴展基本資訊

名稱 Send to Google Glass™ Send to Google Glass™
ID ifhgjbjejfocglfphkdecifccicemfll
官方網址 https://chromewebstore.google.com/detail/send-to-google-glass/ifhgjbjejfocglfphkdecifccicemfll
簡介 This Glassware let's you send text notes and images to Google Glass™
檔案大小 42.63 KB
安裝次數 517
目前版本 0.1.4
更新時間 2013-11-17
上架時間 2013-11-16
評分 4.62/5 共 13 次評分
開發者 https://vladfilippov.com
付費類型 free
擴展官網 https://github.com/vladikoff/send-to-google-glass
說明頁面URL https://github.com/vladikoff/send-to-google-glass
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "permissions": [
        "contextMenus",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "oauth2\/oauth2.html"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Send to Google Glass",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}