Welovelinks

Convert links of all your active tabs to a single shortlink for easy sharing.

ما هو Welovelinks؟

Welovelinks هو إضافة Chrome تم تطويرها بواسطة https://welovelinks.com، والميزة الرئيسية لها هي "Convert links of all your active tabs to a single shortlink for easy sharing.".

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

screenshot
screenshot

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

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

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

                        How does it work?

1. You install the extension in Chrome
2. You click on the Welovelink icon in the address bar
3. You choose a title for your link list
4. You hit the big red button
5. Voilà, that's done, all your tabs are stored in a link list with a short URL for easy sharing!                    

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

الاسم Welovelinks Welovelinks
ID hnmlfpgoebmkolekpnnbgakklddafjfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/welovelinks/hnmlfpgoebmkolekpnnbgakklddafjfl
الوصف Convert links of all your active tabs to a single shortlink for easy sharing.
حجم الملف 12.08 KB
عدد التثبيتات 130
النسخة الحالية 1.2.0
آخر تحديث 2021-07-17
تاريخ النشر 2021-05-18
تقييم 5.00/5 مجموع تقييمات 1
المطور https://welovelinks.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.welovelinks.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Welovelinks",
    "version": "1.2.0",
    "description": "Convert links of all your active tabs to a single shortlink for easy sharing.",
    "homepage_url": "https:\/\/www.welovelinks.com",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "67.0"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/www.welovelinks.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/create.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.welovelinks.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}