Share Button for Facebook™

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

Share Button for Facebook™ là gì?

Share Button for Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Easily share web pages and links on Facebook. Unofficial Extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share Button for Facebook™

Tải xuống các tệp mở rộng Share Button for Facebook™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share Button for Facebook™ Share Button for Facebook™
ID mfhbjcpbgeeoefooikceflkjappkjfbm
URL Chính Thức https://chromewebstore.google.com/detail/share-button-for-facebook/mfhbjcpbgeeoefooikceflkjappkjfbm
Mô tả Easily share web pages and links on Facebook. Unofficial Extension.
Kích Thước Tệp 13.13 KB
Số Lần Cài Đặt 6,732
Phiên Bản Hiện Tại 0.10
Cập Nhật Lần Cuối 2020-03-13
Ngày Phát Hành 2020-03-11
Đánh Giá 4.21/5 Tổng số 42 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsernative.com/facebook-share-button/
URL Trang Trợ Giúp https://browsernative.com/facebook-share-button/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}