TL;DR

Adds ability to create TL;DR text out of the text page with https://tldr.cloud

Apa itu TL;DR?

TL;DR adalah ekstensi Chrome yang dikembangkan oleh gautkr91, dan fitur utamanya adalah "Adds ability to create TL;DR text out of the text page with https://tldr.cloud".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TL;DR

Unduh file ekstensi TL;DR 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

                        A chrome extension that provides tldr of a web page.                    

Informasi Dasar Ekstensi

Nama TL;DR TL;DR
ID egompoccbbiiapflgibmddjnchamaopo
URL Resmi https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo
Deskripsi Adds ability to create TL;DR text out of the text page with https://tldr.cloud
Ukuran File 9.51 KB
Jumlah Instalasi 405
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-07-28
Tanggal Publikasi 2020-07-22
Penilaian 3.00/5 Total 2 Penilaian
Pengembang gautkr91
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://tldr.cloud/
URL Halaman Bantuan http://tldr.cloud/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TL;DR",
    "version": "1.1",
    "description": "Adds ability to create TL;DR text out of the text page with https:\/\/tldr.cloud",
    "icons": {
        "16": "icons\/tldr-16.png",
        "48": "icons\/tldr-48.png",
        "128": "icons\/tldr-128.png"
    },
    "browser_action": {
        "default_title": "TL;DR",
        "default_popup": "show_tldr.html",
        "default_icon": {
            "16": "icons\/tldr-16.png",
            "48": "icons\/tldr-48.png",
            "128": "icons\/tldr-128.png"
        }
    },
    "permissions": [
        "https:\/\/us-central1-tldr-278619.cloudfunctions.net\/extract-summary",
        "activeTab",
        "tabs"
    ]
}