Summarizer
Summarizes long articles for you.
Cos'è Summarizer?
Summarizer è un'estensione di Chrome sviluppata da Nimeet Shah, e la sua funzione principale è "Summarizes long articles for you.".
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
Get a summary of any article on the web. Remove all distractions from the page and keep only the important content.
Informazioni di Base sull'Estensione
Nome | Summarizer |
ID | ndjdpehmbpiedjamiaeobmgnmjmgmklf |
URL Ufficiale | https://chromewebstore.google.com/detail/summarizer/ndjdpehmbpiedjamiaeobmgnmjmgmklf |
Descrizione | Summarizes long articles for you. |
Dimensione del File | 62.66 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2018-04-24 |
Data di Pubblicazione | 2018-04-24 |
Sviluppatore | Nimeet Shah |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.buymeacoffee.com/nimeet |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Summarizer", "description": "Summarizes long articles for you.", "version": "1.3", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Summarize this article!", "default_icon": { "19": "images\/book19.png", "38": "images\/book38.png" } }, "icons": { "16": "images\/book16.png", "48": "images\/book48.png", "128": "images\/book128.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/api.smmry.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |