tw-rl

This extension saves URLs to tw-rl.com

Что такое tw-rl?

tw-rl - это расширение Chrome, разработанное https://tw-rl.com, и его основная функция - "This extension saves URLs to tw-rl.com".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения tw-rl

Скачайте файлы расширений tw-rl в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название tw-rl tw-rl
ID kcnjbdafjjfnbnclnhflhbdnpjagaink
Официальный URL https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink
Описание This extension saves URLs to tw-rl.com
Размер файла 37.47 KB
Количество установок 137
Текущая Версия 0.1.1
Последнее Обновление 2021-05-04
Дата публикации 2021-05-01
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://tw-rl.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://tw-rl.com
URL страницы помощи https://tw-rl.com
URL страницы политики конфиденциальности https://tw-rl.com/privacy-policy
Поддерживаемые языки 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"
    }
}