Welovelinks

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

Wat is Welovelinks?

Welovelinks is een Chrome-extensie ontwikkeld door https://welovelinks.com, en de belangrijkste functie is "Convert links of all your active tabs to a single shortlink for easy sharing.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Welovelinks

Download Welovelinks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Welovelinks Welovelinks
ID hnmlfpgoebmkolekpnnbgakklddafjfl
Officiële URL https://chromewebstore.google.com/detail/welovelinks/hnmlfpgoebmkolekpnnbgakklddafjfl
Beschrijving Convert links of all your active tabs to a single shortlink for easy sharing.
Bestandsgrootte 12.08 KB
Aantal Installaties 130
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-07-17
Publicatiedatum 2021-05-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://welovelinks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.welovelinks.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}