WhatsShare
Share current tab, links, image URLs and selected text on WhatsApp Web.
什么是WhatsShare?
WhatsShare是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Share current tab, links, image URLs and selected text on WhatsApp Web.”。
扩展截图
下载WhatsShare扩展crx文件
下载WhatsShare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use its toolbar button or the right click menu option to share the current tab, links, image URLs, and selected text on WhatsApp Web. Keyboard shortcut Alt + W to share the current tab.
Extension by BrowserNative. Not affiliated with or created by WhatsApp.
Visit homepage for more information: https://browsernative.com/whatsapp-web-share-button/ 扩展基本信息
| 名称 | |
| ID | nedfogjfbakhgnidebkhfokiclannnbf |
| 官方URL | https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf |
| 简介 | Share current tab, links, image URLs and selected text on WhatsApp Web. |
| 文件大小 | 6.89 KB |
| 安装次数 | 1,016 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2021-01-25 |
| 上架时间 | 2018-04-03 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | BrowserNative |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browsernative.com/whatsapp-web-share-button/ |
| 帮助页面URL | https://browsernative.com/whatsapp-web-share-button/ |
| 隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Share on WhatsApp"
},
"description": "Share current tab, links, image URLs and selected text on WhatsApp Web.",
"homepage_url": "https:\/\/browsernative.com\/whatsapp-web-share-button\/",
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"name": "WhatsShare",
"version": "0.0.5",
"permissions": [
"activeTab",
"contextMenus"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+W"
}
}
}
} | |