WhatsShare
Share current tab, links, image URLs and selected text on WhatsApp Web.
Vad är WhatsShare?
WhatsShare är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Share current tab, links, image URLs and selected text on WhatsApp Web.".
Tilläggsskärmbilder
Ladda ner WhatsShare-förlängningens CRX-fil
Ladda ner WhatsShare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | nedfogjfbakhgnidebkhfokiclannnbf |
| Officiell webbadress | https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf |
| Beskrivning | Share current tab, links, image URLs and selected text on WhatsApp Web. |
| Filstorlek | 6.89 KB |
| Antal Installationer | 1,016 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2021-01-25 |
| Publiceringsdatum | 2018-04-03 |
| Betyg | 3.80/5 Totalt 5 Betyg |
| Utvecklare | BrowserNative |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://browsernative.com/whatsapp-web-share-button/ |
| Hjälpsida URL | https://browsernative.com/whatsapp-web-share-button/ |
| URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
| Stödda Språk | 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"
}
}
}
} | |