Share Button for Facebook™

Easily share web pages and links on Facebook. Unofficial Extension.

什麼是Share Button for Facebook™?

Share Button for Facebook™是由BrowserNative開發的Chrome擴展程式,該擴展的主要功能是“Easily share web pages and links on Facebook. Unofficial Extension.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Share Button for Facebook™擴展crx文件

下載Share Button for Facebook™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Share Button for Facebook™ Share Button for Facebook™
ID mfhbjcpbgeeoefooikceflkjappkjfbm
官方網址 https://chromewebstore.google.com/detail/share-button-for-facebook/mfhbjcpbgeeoefooikceflkjappkjfbm
簡介 Easily share web pages and links on Facebook. Unofficial Extension.
檔案大小 13.13 KB
安裝次數 6,732
目前版本 0.10
更新時間 2020-03-13
上架時間 2020-03-11
評分 4.21/5 共 42 次評分
開發者 BrowserNative
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsernative.com/facebook-share-button/
說明頁面URL https://browsernative.com/facebook-share-button/
隱私政策頁面URL https://browsernative.com/extensions-privacy-policy
支援的語言 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"
}