WhatsHare

Share links and text with friends through your Android devices

WhatsHareคืออะไร?

WhatsHare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michele Bonazza และคุณลักษณะหลักของมันคือ "Share links and text with friends through your Android devices"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsHare

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WhatsHare 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"
    ]
}