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
公式URL 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
Eメール [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:;"
}