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
官方URL 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"
}