secretary

secretary is Best-Partner for read article

什麼是secretary?

secretary是由https://isme2n.github.io開發的Chrome擴展程式,該擴展的主要功能是“secretary is Best-Partner for read article”。

擴展截圖

screenshot
screenshot

下載secretary擴展crx文件

下載secretary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 secretary secretary
ID bijcgcgbhmeemlnidoigdcnokggknikb
官方網址 https://chromewebstore.google.com/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb
簡介 secretary is Best-Partner for read article
檔案大小 6.24 MB
安裝次數 42
目前版本 1.5
更新時間 2017-05-19
上架時間 2017-05-18
評分 5.00/5 共 2 次評分
開發者 https://isme2n.github.io
電子郵箱 [email protected]
付費類型 free
支援的語言 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:;"
}