TL;DR
Adds ability to create TL;DR text out of the text page with https://tldr.cloud
What is TL;DR?
TL;DR is a Chrome extension developed by gautkr91, and its main feature is "Adds ability to create TL;DR text out of the text page with https://tldr.cloud".
Extension Screenshots
Download TL;DR Extension CRX File
Download TL;DR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A chrome extension that provides tldr of a web page. Extension Basic Information
| Name | |
| ID | egompoccbbiiapflgibmddjnchamaopo |
| Official URL | https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo |
| Description | Adds ability to create TL;DR text out of the text page with https://tldr.cloud |
| File Size | 9.51 KB |
| Installation Count | 405 |
| Current Version | 1.1 |
| Last Updated | 2020-07-28 |
| Publish Date | 2020-07-22 |
| Rating | 3.00/5 Total 2 Ratings |
| Developer | gautkr91 |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://tldr.cloud/ |
| Help Page URL | http://tldr.cloud/ |
| Supported Languages | 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"
]
} | |