The Hub Share

Share interesting websites on The Hub easily, with the click of a button

ما هو The Hub Share؟

The Hub Share هو إضافة Chrome تم تطويرها بواسطة https://thehub.scot، والميزة الرئيسية لها هي "Share interesting websites on The Hub easily, with the click of a button".

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

screenshot
screenshot

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

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

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

                        Share interesting websites on The Hub, by clicking the button by the address bar.                    

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

الاسم The Hub Share The Hub Share
ID hdkobomioponmcmccmeldencikdpboef
عنوان URL الرسمي https://chrome.google.com/webstore/detail/the-hub-share/hdkobomioponmcmccmeldencikdpboef
الوصف Share interesting websites on The Hub easily, with the click of a button
حجم الملف 29.57 KB
عدد التثبيتات 34
النسخة الحالية 2.3.0
آخر تحديث 2021-11-15
تاريخ النشر 2018-11-06
تقييم 5.00/5 مجموع تقييمات 1
المطور https://thehub.scot
البريد الإلكتروني [email protected]
موقع الإضافة https://thehub.scot
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Hub Share",
    "description": "Share interesting websites on The Hub easily, with the click of a button",
    "version": "2.3.0",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Share This Page",
        "default_icon": {
            "19": "images\/yes2hub-19.png",
            "38": "images\/yes2hub-38.png"
        }
    },
    "background": {
        "scripts": [
            "functions.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "yes2hub-16.png",
        "128": "yes2hub-128.png"
    }
}