Post to Facebook

Post the link of the active tab to Facebook.

Vad är Post to Facebook?

Post to Facebook är en Chrome-tillägg utvecklad av KateXia, och dess huvudfunktion är "Post the link of the active tab to Facebook.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Post to Facebook-förlängningens CRX-fil

Ladda ner Post to Facebook-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

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

Grundläggande Information om Tillägg

Namn Post to Facebook Post to Facebook
ID mldollebkbecdcdhgnomamidpdaibhcj
Officiell webbadress https://chromewebstore.google.com/detail/post-to-facebook/mldollebkbecdcdhgnomamidpdaibhcj
Beskrivning Post the link of the active tab to Facebook.
Filstorlek 6.36 KB
Antal Installationer 93
Aktuell Version 1.0
Senast Uppdaterad 2017-09-24
Publiceringsdatum 2017-09-24
Utvecklare KateXia
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}