Right-Click Summarizy
Quickly summarize ther website via right-click
Cos'è Right-Click Summarizy?
Right-Click Summarizy è un'estensione di Chrome sviluppata da http://summarizy.com, e la sua funzione principale è "Quickly summarize ther website via right-click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right-Click Summarizy
Scarica i file di estensione Right-Click Summarizy 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
Summarizy - summarizes the website to concise conclusion. With this extension one can quickly summarizes the website content, news or articles. Drastically saves your time by providing you with conclusion of the content. In short just right click and read the conclusion of current website.
Informazioni di Base sull'Estensione
Nome | |
ID | enfcembamicojafloinemoipiibdifjm |
URL Ufficiale | https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm |
Descrizione | Quickly summarize ther website via right-click |
Dimensione del File | 26.27 KB |
Conteggio Installazioni | 134 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-07-31 |
Data di Pubblicazione | 2015-07-31 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://summarizy.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "background": { "scripts": [ "core.js" ] }, "description": "Quickly summarize ther website via right-click", "icons": { "16": "wikipedia-icon.png", "48": "wikipedia-icon-big.png" }, "manifest_version": 2, "name": "Right-Click Summarizy", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |