Share Helper

Helps to share title and url.

ما هو Share Helper؟

Share Helper هو إضافة Chrome تم تطويرها بواسطة mss2011c، والميزة الرئيسية لها هي "Helps to share title and url.".

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

screenshot

تحميل ملف CRX للإضافة Share Helper

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

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

                        "Share Helper" helps to share title and url.

How to use
1.Click "Share Helper" icon to get title and url of current tab.
2.Click "copy to clipboard" to copy title and url.                    

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

الاسم Share Helper Share Helper
ID pbaicnmajllojjjenolllikmiadmimfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-helper/pbaicnmajllojjjenolllikmiadmimfg
الوصف Helps to share title and url.
حجم الملف 32.96 KB
عدد التثبيتات 24
النسخة الحالية 1.3.0
آخر تحديث 2021-09-11
تاريخ النشر 2016-01-27
المطور mss2011c
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}