Share Button for Facebook™
Easily share web pages and links on Facebook. Unofficial Extension.
Cos'è Share Button for Facebook™?
Share Button for Facebook™ è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Easily share web pages and links on Facebook. Unofficial Extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share Button for Facebook™
Scarica i file di estensione Share Button for Facebook™ 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 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.
Informazioni di Base sull'Estensione
Nome | Share Button for Facebook™ |
ID | mfhbjcpbgeeoefooikceflkjappkjfbm |
URL Ufficiale | https://chromewebstore.google.com/detail/share-button-for-facebook/mfhbjcpbgeeoefooikceflkjappkjfbm |
Descrizione | Easily share web pages and links on Facebook. Unofficial Extension. |
Dimensione del File | 13.13 KB |
Conteggio Installazioni | 6,732 |
Versione Corrente | 0.10 |
Ultimo Aggiornamento | 2020-03-13 |
Data di Pubblicazione | 2020-03-11 |
Valutazione | 4.21/5 Totale 42 Valutazioni |
Sviluppatore | BrowserNative |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/facebook-share-button/ |
URL della Pagina di Aiuto | https://browsernative.com/facebook-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": { "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" } |