WhatsHare
Share links and text with friends through your Android devices
WhatsHare란 무엇입니까?
WhatsHare은(는) Michele Bonazza에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share links and text with friends through your Android devices"입니다.
확장 프로그램 스크린샷
WhatsHare 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share links and text with friends through your Android devices! From your PC: right click on any link, text selection, image or anywhere on a page to share it with your Android devices. From your Android device: tap on the notification and choose the Android app to open your link. Download the companion Android app from Google Play Store (it's also free): http://goo.gl/HNvZ3 You can share with any app (including SMS messaging, BlueTooth, Copy to clipboard, ...), and you can choose WhatsApp right from this extension to quickly share with it. This app is not affiliated in any way with WhatsApp Inc., quick links to WhatsApp are there just because that's what I wrote this app for: to share stuff from my PC to my friends on WhatsApp. The app is completely free and open source (GPLv3), source code for this extension (and for the companion Android app) is available at https://github.com/WhatsHare
확장 프로그램 기본 정보
이름 | |
ID | mghncekchoedpbbpidmeohijjgjlpgib |
공식 URL | https://chrome.google.com/webstore/detail/whatshare/mghncekchoedpbbpidmeohijjgjlpgib |
설명 | Share links and text with friends through your Android devices |
파일 크기 | 116 KB |
설치 횟수 | 270 |
현재 버전 | 1.2.8 |
최근 업데이트 | 2014-03-11 |
출시 날짜 | 2014-03-11 |
평점 | 4.41/5 총 17 개의 평점 |
개발자 | Michele Bonazza |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/WhatsHare/WhatsHare-Chrome |
도움말 페이지 URL | https://github.com/WhatsHare |
지원되는 언어 | en,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsHare", "description": "__MSG_desc__", "default_locale": "en", "version": "1.2.8", "icons": { "128": "icon.png" }, "options_page": "qr.html", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "tabs", "https:\/\/android.googleapis.com\/gcm\/*", "https:\/\/www.googleapis.com\/urlshortener\/*", "storage", "notifications", "pushMessaging" ], "web_accessible_resources": [ "icon.png", "alert.png", "qr.html" ] } |