secretary
secretary is Best-Partner for read article
什么是secretary?
secretary是由https://isme2n.github.io开发的Chrome扩展程序,该扩展的主要功能是“secretary is Best-Partner for read article”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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:;"
} | |