tw-rl

This extension saves URLs to tw-rl.com

Apa itu tw-rl?

tw-rl adalah ekstensi Chrome yang dikembangkan oleh https://tw-rl.com, dan fitur utamanya adalah "This extension saves URLs to tw-rl.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi tw-rl

Unduh file ekstensi tw-rl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama tw-rl tw-rl
ID kcnjbdafjjfnbnclnhflhbdnpjagaink
URL Resmi https://chromewebstore.google.com/detail/tw-rl/kcnjbdafjjfnbnclnhflhbdnpjagaink
Deskripsi This extension saves URLs to tw-rl.com
Ukuran File 37.47 KB
Jumlah Instalasi 137
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2021-05-04
Tanggal Publikasi 2021-05-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://tw-rl.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tw-rl.com
URL Halaman Bantuan https://tw-rl.com
URL Halaman Kebijakan Privasi https://tw-rl.com/privacy-policy
Bahasa yang Didukung 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"
    }
}