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…

tlda là gì?

tlda là một tiện ích mở rộng Chrome được phát triển bởi https://tlda.io, và tính năng chính của nó là "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…".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng tlda 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

                        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.                    

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

Tên tlda tlda
ID ogefhmcfhgggggefddkaemfifdcljbml
URL Chính Thức https://chromewebstore.google.com/detail/tlda/ogefhmcfhgggggefddkaemfifdcljbml
Mô tả 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…
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://tlda.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tlda.io
URL Trang Trợ Giúp https://tlda.io/support
URL Trang Chính Sách Bảo Mật https://tlda.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}