TL;DR
Adds ability to create TL;DR text out of the text page with https://tldr.cloud
Qu'est-ce que TL;DR ?
TL;DR est une extension Chrome développée par gautkr91, et sa fonction principale est "Adds ability to create TL;DR text out of the text page with https://tldr.cloud".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TL;DR
Téléchargez les fichiers d'extension TL;DR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chrome extension that provides tldr of a web page.
Informations de Base sur l'Extension
Nom | TL;DR |
ID | egompoccbbiiapflgibmddjnchamaopo |
URL Officiel | https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo |
Description | Adds ability to create TL;DR text out of the text page with https://tldr.cloud |
Taille du Fichier | 9.51 KB |
Nombre d'Installations | 405 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-07-28 |
Date de Publication | 2020-07-22 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | gautkr91 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tldr.cloud/ |
URL de la Page d'Aide | http://tldr.cloud/ |
Langues Prises en Charge | 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" ] } |