WhatsShare

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

Co je WhatsShare?

WhatsShare je rozšíření Chrome vyvinuté BrowserNative, a jeho hlavní funkcí je „Share current tab, links, image URLs and selected text on WhatsApp Web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WhatsShare

Stáhněte si soubory rozšíření WhatsShare ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název WhatsShare WhatsShare
ID nedfogjfbakhgnidebkhfokiclannnbf
Oficiální URL https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf
Popis Share current tab, links, image URLs and selected text on WhatsApp Web.
Velikost souboru 6.89 KB
Počet instalací 1,016
Aktuální Verze 0.0.5
Poslední Aktualizace 2021-01-25
Datum Vydání 2018-04-03
Hodnocení 3.80/5 Celkem 5 Hodnocení
Vývojář BrowserNative
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/whatsapp-web-share-button/
URL Stránky Nápovědy https://browsernative.com/whatsapp-web-share-button/
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky 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"
            }
        }
    }
}