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 |
| 官方網址 | 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"
}
}
}
} | |