TL;DR
Adds ability to create TL;DR text out of the text page with https://tldr.cloud
Cos'è TL;DR?
TL;DR è un'estensione di Chrome sviluppata da gautkr91, e la sua funzione principale è "Adds ability to create TL;DR text out of the text page with https://tldr.cloud".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TL;DR
Scarica i file di estensione TL;DR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A chrome extension that provides tldr of a web page. Informazioni di Base sull'Estensione
| Nome | |
| ID | egompoccbbiiapflgibmddjnchamaopo |
| URL Ufficiale | https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo |
| Descrizione | Adds ability to create TL;DR text out of the text page with https://tldr.cloud |
| Dimensione del File | 9.51 KB |
| Conteggio Installazioni | 405 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-07-28 |
| Data di Pubblicazione | 2020-07-22 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | gautkr91 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://tldr.cloud/ |
| URL della Pagina di Aiuto | http://tldr.cloud/ |
| Lingue Supportate | 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"
]
} | |