Summarizer
Summarize the current page
Cos'è Summarizer?
Summarizer è un'estensione di Chrome sviluppata da mirandachaiken, e la sua funzione principale è "Summarize the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Summarizer
Scarica i file di estensione Summarizer 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
Read only the most important paragraphs of long articles and save important summaries in your account to read later
Informazioni di Base sull'Estensione
Nome | |
ID | dmbibehpblbnkacpmiecigdkcomfkhkm |
URL Ufficiale | https://chrome.google.com/webstore/detail/summarizer/dmbibehpblbnkacpmiecigdkcomfkhkm |
Descrizione | Summarize the current page |
Dimensione del File | 24.55 KB |
Conteggio Installazioni | 156 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2015-07-29 |
Data di Pubblicazione | 2015-07-29 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | mirandachaiken |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://104.236.53.73/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarize the current page", "version": "3.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Summarizer" }, "manifest_version": 2 } |