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란 무엇입니까?

tlda은(는) https://tlda.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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
screenshot
screenshot

tlda 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 tlda tlda
ID ogefhmcfhgggggefddkaemfifdcljbml
공식 URL https://chromewebstore.google.com/detail/tlda/ogefhmcfhgggggefddkaemfifdcljbml
설명 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…
파일 크기 145 KB
설치 횟수 87
현재 버전 0.1.1
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 2 개의 평점
개발자 https://tlda.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tlda.io
도움말 페이지 URL https://tlda.io/support
개인정보 보호 정책 페이지 URL https://tlda.io/privacy
지원되는 언어 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"
        }
    }
}