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