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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Glassware let's you send text notes and images to Google Glass™"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Send to Google Glass™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        }
    ]
}