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
官方網址 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"
    }
}