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™"입니다.
확장 프로그램 스크린샷
Send to Google Glass™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" } ] } |