tw-rl

This extension saves URLs to tw-rl.com

Co to jest tw-rl?

tw-rl to rozszerzenie Chrome opracowane przez https://tw-rl.com, a jego główną funkcją jest „This extension saves URLs to tw-rl.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia tw-rl

Pobierz pliki rozszerzeń tw-rl w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa tw-rl tw-rl
ID kcnjbdafjjfnbnclnhflhbdnpjagaink
Oficjalny URL https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink
Opis This extension saves URLs to tw-rl.com
Rozmiar pliku 37.47 KB
Liczba instalacji 137
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2021-05-04
Data Publikacji 2021-05-01
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://tw-rl.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tw-rl.com
Adres URL Strony Pomocy https://tw-rl.com
Adres URL Strony Polityki Prywatności https://tw-rl.com/privacy-policy
Obsługiwane Języki 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"
    }
}