Right-Click Summarizy
Quickly summarize ther website via right-click
Vad är Right-Click Summarizy?
Right-Click Summarizy är en Chrome-tillägg utvecklad av http://summarizy.com, och dess huvudfunktion är "Quickly summarize ther website via right-click".
Tilläggsskärmbilder
Ladda ner Right-Click Summarizy-förlängningens CRX-fil
Ladda ner Right-Click Summarizy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | enfcembamicojafloinemoipiibdifjm |
Officiell webbadress | https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm |
Beskrivning | Quickly summarize ther website via right-click |
Filstorlek | 26.27 KB |
Antal Installationer | 134 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-07-31 |
Publiceringsdatum | 2015-07-31 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://summarizy.com |
Betalningssätt | free |
Stödda Språk | 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" } |