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文件
下載WhatsHare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |