secretary

secretary is Best-Partner for read article

Cos'è secretary?

secretary è un'estensione di Chrome sviluppata da https://isme2n.github.io, e la sua funzione principale è "secretary is Best-Partner for read article".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione secretary

Scarica i file di estensione secretary 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

                        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.                    

Informazioni di Base sull'Estensione

Nome secretary secretary
ID bijcgcgbhmeemlnidoigdcnokggknikb
URL Ufficiale https://chromewebstore.google.com/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb
Descrizione secretary is Best-Partner for read article
Dimensione del File 6.24 MB
Conteggio Installazioni 42
Versione Corrente 1.5
Ultimo Aggiornamento 2017-05-19
Data di Pubblicazione 2017-05-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://isme2n.github.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:;"
}