tlda

Is the page you're looking at too long? You short on time? tlda it !! Instantly get a summary of the page you are browsing by just…

Apa itu tlda?

tlda adalah ekstensi Chrome yang dikembangkan oleh https://tlda.io, dan fitur utamanya adalah "Is the page you're looking at too long? You short on time? tlda it !! Instantly get a summary of the page you are browsing by just…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi tlda

Unduh file ekstensi tlda 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

                        Is the page you're looking at too long? You short on time? tlda it !!

Instantly get a summary of the page you are browsing by just clicking the tlda icon on your chrome browser. 

Just one click and tlda will extract main points of the webpage so you can get the gist of the content without reading the entire page. 

Life is too short to read everything! Sometimes there are just too many interesting things to read but too little time. 

For those who feel the same, we hope that tlda will enhance your reading life. 

Also available as a chatbot on Facebook Messenger, Slack and Line. 
Visit tlda.io for more information.                    

Informasi Dasar Ekstensi

Nama tlda tlda
ID ogefhmcfhgggggefddkaemfifdcljbml
URL Resmi https://chromewebstore.google.com/detail/tlda/ogefhmcfhgggggefddkaemfifdcljbml
Deskripsi Is the page you're looking at too long? You short on time? tlda it !! Instantly get a summary of the page you are browsing by just…
Ukuran File 145 KB
Jumlah Instalasi 87
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://tlda.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tlda.io
URL Halaman Bantuan https://tlda.io/support
URL Halaman Kebijakan Privasi https://tlda.io/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tlda",
    "version": "0.1.1",
    "icons": {
        "128": "assets\/img\/icons\/128\/app.png",
        "512": "assets\/img\/icons\/512\/app.png",
        "16": "assets\/img\/icons\/16\/app.png",
        "256": "assets\/img\/icons\/256\/app.png",
        "48": "assets\/img\/icons\/48\/app.png",
        "32": "assets\/img\/icons\/32\/app.png",
        "96": "assets\/img\/icons\/96\/app.png",
        "64": "assets\/img\/icons\/64\/app.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.tlda.io\/*"
    ],
    "background": {
        "scripts": [
            "dependencies.js",
            "main.js",
            "launcher.js"
        ]
    },
    "browser_action": {
        "default_title": "tlda",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": {
            "128": "assets\/img\/icons\/128\/app.png",
            "512": "assets\/img\/icons\/512\/app.png",
            "16": "assets\/img\/icons\/16\/app.png",
            "256": "assets\/img\/icons\/256\/app.png",
            "48": "assets\/img\/icons\/48\/app.png",
            "32": "assets\/img\/icons\/32\/app.png",
            "96": "assets\/img\/icons\/96\/app.png",
            "64": "assets\/img\/icons\/64\/app.png"
        }
    }
}