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…”。
擴展截圖
下載tlda擴展crx文件
下載tlda擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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. 擴展基本資訊
| 名稱 | |
| ID | ogefhmcfhgggggefddkaemfifdcljbml |
| 官方網址 | 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"
}
}
} | |