Share to WhatsApp

This extension allows you to share the current page you are viewing with your WhatsApp contacts.

什么是Share to WhatsApp?

Share to WhatsApp是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to share the current page you are viewing with your WhatsApp contacts.”。

扩展截图

screenshot

下载Share to WhatsApp扩展crx文件

下载Share to WhatsApp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you want to quickly share the link to the page you are viewing in chrome, click on this extension and it will use WhatsApp's Web app to share with your contacts. This extension requires you to pair your chrome browser with WhatsApps Web App. This extension does not ask, store, or use any information. It activates WhatsApp's Web App.                    

扩展基本信息

名称 Share to WhatsApp Share to WhatsApp
ID nbcbmhabgcajfdcfdkmoibecllfpijcj
官方URL https://chromewebstore.google.com/detail/share-to-whatsapp/nbcbmhabgcajfdcfdkmoibecllfpijcj
简介 This extension allows you to share the current page you are viewing with your WhatsApp contacts.
文件大小 17.15 KB
安装次数 6,362
当前版本 1.0
更新时间 2019-01-13
上架时间 2019-01-13
评分 3.50/5 共16次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share to WhatsApp",
    "version": "1.0",
    "description": "This extension allows you to share the current page you are viewing with your WhatsApp contacts.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/gs_16.png",
            "32": "images\/gs_32.png",
            "48": "images\/gs_48.png",
            "128": "images\/gs_128.png",
            "256": "images\/gs_256.png"
        },
        "default_title": "Share to WhatsApp",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "icons": {
        "16": "images\/gs_16.png",
        "32": "images\/gs_32.png",
        "48": "images\/gs_48.png",
        "128": "images\/gs_128.png",
        "256": "images\/gs_256.png"
    },
    "manifest_version": 2
}