WhatsShare

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

Wat is WhatsShare?

WhatsShare is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Share current tab, links, image URLs and selected text on WhatsApp Web.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WhatsShare

Download WhatsShare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam WhatsShare WhatsShare
ID nedfogjfbakhgnidebkhfokiclannnbf
Officiële URL https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf
Beschrijving Share current tab, links, image URLs and selected text on WhatsApp Web.
Bestandsgrootte 6.89 KB
Aantal Installaties 1,016
Huidige Versie 0.0.5
Laatst Bijgewerkt 2021-01-25
Publicatiedatum 2018-04-03
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar BrowserNative
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/whatsapp-web-share-button/
Help Pagina-URL https://browsernative.com/whatsapp-web-share-button/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
            }
        }
    }
}