Right-Click Summarizy
Quickly summarize ther website via right-click
Co to jest Right-Click Summarizy?
Right-Click Summarizy to rozszerzenie Chrome opracowane przez http://summarizy.com, a jego główną funkcją jest „Quickly summarize ther website via right-click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Right-Click Summarizy
Pobierz pliki rozszerzeń Right-Click Summarizy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | enfcembamicojafloinemoipiibdifjm |
Oficjalny URL | https://chrome.google.com/webstore/detail/right-click-summarizy/enfcembamicojafloinemoipiibdifjm |
Opis | Quickly summarize ther website via right-click |
Rozmiar pliku | 26.27 KB |
Liczba instalacji | 134 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-07-31 |
Data Publikacji | 2015-07-31 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://summarizy.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } |