WhatsShare

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

Hvad er WhatsShare?

WhatsShare er en Chrome-udvidelse udviklet af BrowserNative, og dens hovedfunktion er "Share current tab, links, image URLs and selected text on WhatsApp Web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download WhatsShare-udvidelses-CRX-fil

Download WhatsShare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn WhatsShare WhatsShare
ID nedfogjfbakhgnidebkhfokiclannnbf
Officiel URL https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf
Beskrivelse Share current tab, links, image URLs and selected text on WhatsApp Web.
Filstørrelse 6.89 KB
Antal Installationer 1,016
Nuværende Version 0.0.5
Senest Opdateret 2021-01-25
Udgivelsesdato 2018-04-03
Bedømmelse 3.80/5 Samlet 5 Bedømmelser
Udvikler BrowserNative
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://browsernative.com/whatsapp-web-share-button/
Hjælpeside-URL https://browsernative.com/whatsapp-web-share-button/
URL til Fortrolighedspolitik Side https://browsernative.com/extensions-privacy-policy
Understøttede Sprog 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"
            }
        }
    }
}