secretary

secretary is Best-Partner for read article

Apa itu secretary?

secretary adalah ekstensi Chrome yang dikembangkan oleh https://isme2n.github.io, dan fitur utamanya adalah "secretary is Best-Partner for read article".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi secretary

Unduh file ekstensi secretary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama secretary secretary
ID bijcgcgbhmeemlnidoigdcnokggknikb
URL Resmi https://chromewebstore.google.com/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb
Deskripsi secretary is Best-Partner for read article
Ukuran File 6.24 MB
Jumlah Instalasi 42
Versi Saat Ini 1.5
Terakhir Diperbarui 2017-05-19
Tanggal Publikasi 2017-05-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://isme2n.github.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:;"
}