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 |
公式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 |
Eメール | [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" } } } |