Welovelinks

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

What is Welovelinks?

Welovelinks is a Chrome extension developed by https://welovelinks.com, and its main feature is "Convert links of all your active tabs to a single shortlink for easy sharing.".

Extension Screenshots

screenshot
screenshot

Download Welovelinks Extension CRX File

Download Welovelinks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Welovelinks Welovelinks
ID hnmlfpgoebmkolekpnnbgakklddafjfl
Official URL https://chromewebstore.google.com/detail/welovelinks/hnmlfpgoebmkolekpnnbgakklddafjfl
Description Convert links of all your active tabs to a single shortlink for easy sharing.
File Size 12.08 KB
Installation Count 130
Current Version 1.2.0
Last Updated 2021-07-17
Publish Date 2021-05-18
Rating 5.00/5 Total 1 Ratings
Developer https://welovelinks.com
Email [email protected]
Payment Type free
Extension Website https://www.welovelinks.com/
Supported Languages 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"
            ]
        }
    ]
}