TL;DR
Adds ability to create TL;DR text out of the text page with https://tldr.cloud
什么是TL;DR?
TL;DR是由gautkr91开发的Chrome扩展程序,该扩展的主要功能是“Adds ability to create TL;DR text out of the text page with https://tldr.cloud”。
扩展截图
下载TL;DR扩展crx文件
下载TL;DR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension that provides tldr of a web page. 扩展基本信息
| 名称 | |
| ID | egompoccbbiiapflgibmddjnchamaopo |
| 官方URL | https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo |
| 简介 | Adds ability to create TL;DR text out of the text page with https://tldr.cloud |
| 文件大小 | 9.51 KB |
| 安装次数 | 405 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-07-28 |
| 上架时间 | 2020-07-22 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | gautkr91 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://tldr.cloud/ |
| 帮助页面URL | http://tldr.cloud/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TL;DR",
"version": "1.1",
"description": "Adds ability to create TL;DR text out of the text page with https:\/\/tldr.cloud",
"icons": {
"16": "icons\/tldr-16.png",
"48": "icons\/tldr-48.png",
"128": "icons\/tldr-128.png"
},
"browser_action": {
"default_title": "TL;DR",
"default_popup": "show_tldr.html",
"default_icon": {
"16": "icons\/tldr-16.png",
"48": "icons\/tldr-48.png",
"128": "icons\/tldr-128.png"
}
},
"permissions": [
"https:\/\/us-central1-tldr-278619.cloudfunctions.net\/extract-summary",
"activeTab",
"tabs"
]
} | |