Share to Facebook

Easily share any link to Facebook, Groups, and Messenger - Click on the Facebook button at any time when you're on a website, and…

Share to Facebookคืออะไร?

Share to Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meta และคุณลักษณะหลักของมันคือ "Easily share any link to Facebook, Groups, and Messenger - Click on the Facebook button at any time when you're on a website, and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share to Facebook

ดาวน์โหลดไฟล์ส่วนขยาย Share to Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily share any link to Facebook, Groups, and Messenger

- Click on the Facebook button at any time when you're on a website, and you'll get the Facebook sharing dialog. You can then choose whether you want to share that link to your own timeline or a friend's, to a group or Page, or in Messenger. If you highlight text and then click the button, it will let you share that quoted text as part of your share.

- If you right-click your mouse on the web page, you can also use the context menu to share. Sharing to Facebook will show up as an option in that list, with the choice to add any text you've highlighted as a quote.

- This extension uses your active Facebook session. It is available in 52 languages.

- By using this extension, you agree to Facebook's Data Policy and terms of service, available at https://www.facebook.com/legal/terms and https://www.facebook.com/about/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Share to Facebook Share to Facebook
ID kbgplcfihfeioiaddclapccnefggiddn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/share-to-facebook/kbgplcfihfeioiaddclapccnefggiddn
คำอธิบาย Easily share any link to Facebook, Groups, and Messenger - Click on the Facebook button at any time when you're on a website, and…
ขนาดไฟล์ 36.58 KB
จำนวนการติดตั้ง 36,265
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-07-22
วันที่เผยแพร่ 2016-07-22
คะแนน 4.04/5 รวมทั้งหมด 376 คะแนน
ผู้พัฒนา Meta
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.0.1",
    "default_locale": "en_US",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/fb_flat_blue_50.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/fb_flat_blue_16.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}