Post to Facebook

Post the link of the active tab to Facebook.

Was ist Post to Facebook?

Post to Facebook ist eine Chrome-Erweiterung, die von KateXia entwickelt wurde, und ihr Hauptmerkmal ist "Post the link of the active tab to Facebook.".

Erweiterungsscreenshots

screenshot
screenshot

Post to Facebook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Post to 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

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

Grundlegende Informationen zur Erweiterung

Name Post to Facebook Post to Facebook
ID mldollebkbecdcdhgnomamidpdaibhcj
Offizielle URL https://chromewebstore.google.com/detail/post-to-facebook/mldollebkbecdcdhgnomamidpdaibhcj
Beschreibung Post the link of the active tab to Facebook.
Dateigröße 6.36 KB
Installationsanzahl 93
Aktuelle Version 1.0
Letztes Update 2017-09-24
Veröffentlichungsdatum 2017-09-24
Entwickler KateXia
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}