secretary
secretary is Best-Partner for read article
Co to jest secretary?
secretary to rozszerzenie Chrome opracowane przez https://isme2n.github.io, a jego główną funkcją jest „secretary is Best-Partner for read article”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia secretary
Pobierz pliki rozszerzeń secretary 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
secretary summarizes articles to 3 lines. Using graph-based text summarization(TS) algorithm.
just install and play. you can get an nice report, like you have secretary. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bijcgcgbhmeemlnidoigdcnokggknikb |
| Oficjalny URL | https://chromewebstore.google.com/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb |
| Opis | secretary is Best-Partner for read article |
| Rozmiar pliku | 6.24 MB |
| Liczba instalacji | 42 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2017-05-19 |
| Data Publikacji | 2017-05-18 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://isme2n.github.io |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "secretary",
"description": "secretary is Best-Partner for read article",
"version": "1.5",
"browser_action": {
"default_icon": "secretary.png",
"default_popup": "index.html"
},
"permissions": [
"tabs",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+E"
}
}
},
"content_security_policy": "script-src 'self' https:\/\/tab2.clickmon.co.kr https:\/\/code.jquery.com 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
} | |