Share Button for Facebook™
Easily share web pages and links on Facebook. Unofficial Extension.
Was ist Share Button for Facebook™?
Share Button for Facebook™ ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Easily share web pages and links on Facebook. Unofficial Extension.".
Erweiterungsscreenshots
Share Button for Facebook™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Share Button for Facebook™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use extension's toolbar button or the keyboard shortcut Alt + S to quickly share the current web page on Facebook. After successful completion, the sharing popup window closes automatically. Moreover, You can right click on any link or image, and select the "Share on Facebook" option to easily share that on Facebook. By default it opens in a popup window but, you can set it to open in a new tab. Any feedback or suggestion? Send via email at [email protected], or visit homepage: https://browsernative.com/facebook-share-button/ Not affiliated with or created by Facebook. Extension by BrowserNative.
Grundlegende Informationen zur Erweiterung
Name | Share Button for Facebook™ |
ID | mfhbjcpbgeeoefooikceflkjappkjfbm |
Offizielle URL | https://chromewebstore.google.com/detail/share-button-for-facebook/mfhbjcpbgeeoefooikceflkjappkjfbm |
Beschreibung | Easily share web pages and links on Facebook. Unofficial Extension. |
Dateigröße | 13.13 KB |
Installationsanzahl | 6,732 |
Aktuelle Version | 0.10 |
Letztes Update | 2020-03-13 |
Veröffentlichungsdatum | 2020-03-11 |
Bewertung | 4.21/5 Insgesamt 42 Bewertungen |
Entwickler | BrowserNative |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/facebook-share-button/ |
Hilfeseite URL | https://browsernative.com/facebook-share-button/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Share on Facebook" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } }, "description": "Easily share web pages and links on Facebook. Unofficial Extension.", "homepage_url": "https:\/\/browsernative.com\/facebook-share-button\/", "icons": { "128": "static\/icon-128.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Share Button for Facebook\u2122", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "activeTab" ], "version": "0.10" } |