Share Button for Facebook™

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

ما هو Share Button for Facebook™؟

Share Button for Facebook™ هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Easily share web pages and links on Facebook. Unofficial Extension.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Share Button for Facebook™

قم بتنزيل ملفات الامتداد Share Button for Facebook™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://browsernative.com/facebook-share-button/
عنوان صفحة سياسة الخصوصية 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"
}