TL;DR
Adds ability to create TL;DR text out of the text page with https://tldr.cloud
Wat is TL;DR?
TL;DR is een Chrome-extensie ontwikkeld door gautkr91, en de belangrijkste functie is "Adds ability to create TL;DR text out of the text page with https://tldr.cloud".
Extensie Screenshots
Download het CRX-bestand van de extensie TL;DR
Download TL;DR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension that provides tldr of a web page.
Basisinformatie over de Extensie
Naam | TL;DR |
ID | egompoccbbiiapflgibmddjnchamaopo |
Officiële URL | https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo |
Beschrijving | Adds ability to create TL;DR text out of the text page with https://tldr.cloud |
Bestandsgrootte | 9.51 KB |
Aantal Installaties | 405 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-07-28 |
Publicatiedatum | 2020-07-22 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gautkr91 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://tldr.cloud/ |
Help Pagina-URL | http://tldr.cloud/ |
Ondersteunde Talen | 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" ] } |