WhatsShare

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

Cos'è WhatsShare?

WhatsShare è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Share current tab, links, image URLs and selected text on WhatsApp Web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WhatsShare

Scarica i file di estensione WhatsShare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome WhatsShare WhatsShare
ID nedfogjfbakhgnidebkhfokiclannnbf
URL Ufficiale https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf
Descrizione Share current tab, links, image URLs and selected text on WhatsApp Web.
Dimensione del File 6.89 KB
Conteggio Installazioni 1,016
Versione Corrente 0.0.5
Ultimo Aggiornamento 2021-01-25
Data di Pubblicazione 2018-04-03
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore BrowserNative
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/whatsapp-web-share-button/
URL della Pagina di Aiuto https://browsernative.com/whatsapp-web-share-button/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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"
            }
        }
    }
}