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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}