tw-rl

This extension saves URLs to tw-rl.com

Wat is tw-rl?

tw-rl is een Chrome-extensie ontwikkeld door https://tw-rl.com, en de belangrijkste functie is "This extension saves URLs to tw-rl.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie tw-rl

Download tw-rl-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

                        tw-rl is a curation platform for collecting tweets, videos and images from around the web. 

Showcase your creative work or simply share your curations with friends and family.

This extension makes adding link cards to your tw-rl.com profile simple, easy and fun.                    

Basisinformatie over de Extensie

Naam tw-rl tw-rl
ID kcnjbdafjjfnbnclnhflhbdnpjagaink
Officiële URL https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink
Beschrijving This extension saves URLs to tw-rl.com
Bestandsgrootte 37.47 KB
Aantal Installaties 137
Huidige Versie 0.1.1
Laatst Bijgewerkt 2021-05-04
Publicatiedatum 2021-05-01
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://tw-rl.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tw-rl.com
Help Pagina-URL https://tw-rl.com
URL van de Privacybeleid Pagina https://tw-rl.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tw-rl",
    "version": "0.1.1",
    "description": "This extension saves URLs to tw-rl.com",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/tw-rl.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tw-rl.com\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}