WhatsShare
Share current tab, links, image URLs and selected text on WhatsApp Web.
Qu'est-ce que WhatsShare ?
WhatsShare est une extension Chrome développée par BrowserNative, et sa fonction principale est "Share current tab, links, image URLs and selected text on WhatsApp Web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WhatsShare
Téléchargez les fichiers d'extension WhatsShare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | WhatsShare |
ID | nedfogjfbakhgnidebkhfokiclannnbf |
URL Officiel | https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf |
Description | Share current tab, links, image URLs and selected text on WhatsApp Web. |
Taille du Fichier | 6.89 KB |
Nombre d'Installations | 1,016 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2021-01-25 |
Date de Publication | 2018-04-03 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | BrowserNative |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/whatsapp-web-share-button/ |
URL de la Page d'Aide | https://browsernative.com/whatsapp-web-share-button/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | 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" } } } } |