WhatsShare

Share current tab, links, image URLs and selected text on WhatsApp Web.

ما هو WhatsShare؟

WhatsShare هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Share current tab, links, image URLs and selected text on WhatsApp Web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WhatsShare

قم بتنزيل ملفات الامتداد WhatsShare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Use its toolbar button or the right click menu option to share the current tab, links, image URLs, and selected text on WhatsApp Web. Keyboard shortcut Alt + W to share the current tab. 

Extension by BrowserNative. Not affiliated with or created by WhatsApp.

Visit homepage for more information: https://browsernative.com/whatsapp-web-share-button/                    

معلومات أساسية عن التمديد

الاسم WhatsShare WhatsShare
ID nedfogjfbakhgnidebkhfokiclannnbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/whatsshare/nedfogjfbakhgnidebkhfokiclannnbf
الوصف Share current tab, links, image URLs and selected text on WhatsApp Web.
حجم الملف 6.89 KB
عدد التثبيتات 1,016
النسخة الحالية 0.0.5
آخر تحديث 2021-01-25
تاريخ النشر 2018-04-03
تقييم 3.80/5 مجموع تقييمات 5
المطور BrowserNative
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/whatsapp-web-share-button/
عنوان صفحة المساعدة https://browsernative.com/whatsapp-web-share-button/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Share on WhatsApp"
    },
    "description": "Share current tab, links, image URLs and selected text on WhatsApp Web.",
    "homepage_url": "https:\/\/browsernative.com\/whatsapp-web-share-button\/",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "WhatsShare",
    "version": "0.0.5",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}