WhatsShare

Share current tab, links, image URLs and selected text on WhatsApp Web.

WhatsShareคืออะไร?

WhatsShare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Share current tab, links, image URLs and selected text on WhatsApp Web."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

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