secretary
secretary is Best-Partner for read article
What is secretary?
secretary is a Chrome extension developed by https://isme2n.github.io, and its main feature is "secretary is Best-Partner for read article".
Extension Screenshots
Download secretary Extension CRX File
Download secretary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | secretary |
ID | bijcgcgbhmeemlnidoigdcnokggknikb |
Official URL | https://chromewebstore.google.com/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb |
Description | secretary is Best-Partner for read article |
File Size | 6.24 MB |
Installation Count | 42 |
Current Version | 1.5 |
Last Updated | 2017-05-19 |
Publish Date | 2017-05-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://isme2n.github.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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:;" } |