Right-Click Summarizy
Quickly summarize ther website via right-click
Hvad er Right-Click Summarizy?
Right-Click Summarizy er en Chrome-udvidelse udviklet af http://summarizy.com, og dens hovedfunktion er "Quickly summarize ther website via right-click".
Udvidelsesskærmbilleder
Download Right-Click Summarizy-udvidelses-CRX-fil
Download Right-Click Summarizy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | enfcembamicojafloinemoipiibdifjm |
Officiel URL | https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm |
Beskrivelse | Quickly summarize ther website via right-click |
Filstørrelse | 26.27 KB |
Antal Installationer | 134 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-07-31 |
Udgivelsesdato | 2015-07-31 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | http://summarizy.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } |