tw-rl

This extension saves URLs to tw-rl.com

什么是tw-rl?

tw-rl是由https://tw-rl.com开发的Chrome扩展程序,该扩展的主要功能是“This extension saves URLs to tw-rl.com”。

扩展截图

screenshot
screenshot

下载tw-rl扩展crx文件

下载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"
    }
}