Post to Facebook

Post the link of the active tab to Facebook.

Cos'è Post to Facebook?

Post to Facebook è un'estensione di Chrome sviluppata da KateXia, e la sua funzione principale è "Post the link of the active tab to Facebook.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Post to Facebook

Scarica i file di estensione Post to 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

                        Click on the extension icon to post the browsing webpage to Facebook.                    

Informazioni di Base sull'Estensione

Nome Post to Facebook Post to Facebook
ID mldollebkbecdcdhgnomamidpdaibhcj
URL Ufficiale https://chromewebstore.google.com/detail/post-to-facebook/mldollebkbecdcdhgnomamidpdaibhcj
Descrizione Post the link of the active tab to Facebook.
Dimensione del File 6.36 KB
Conteggio Installazioni 93
Versione Corrente 1.0
Ultimo Aggiornamento 2017-09-24
Data di Pubblicazione 2017-09-24
Sviluppatore KateXia
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Post to Facebook",
    "version": "1.0",
    "description": "Post the link of the active tab to Facebook.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Show Tabs in this Process",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}