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 |
| Eメール | [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"
}
}
}
} | |