tw-rl

This extension saves URLs to tw-rl.com

tw-rl là gì?

tw-rl là một tiện ích mở rộng Chrome được phát triển bởi https://tw-rl.com, và tính năng chính của nó là "This extension saves URLs to tw-rl.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng tw-rl

Tải xuống các tệp mở rộng tw-rl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên tw-rl tw-rl
ID kcnjbdafjjfnbnclnhflhbdnpjagaink
URL Chính Thức https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink
Mô tả This extension saves URLs to tw-rl.com
Kích Thước Tệp 37.47 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-05-04
Ngày Phát Hành 2021-05-01
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://tw-rl.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tw-rl.com
URL Trang Trợ Giúp https://tw-rl.com
URL Trang Chính Sách Bảo Mật https://tw-rl.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}