secretary
secretary is Best-Partner for read article
secretary là gì?
secretary là một tiện ích mở rộng Chrome được phát triển bởi https://isme2n.github.io, và tính năng chính của nó là "secretary is Best-Partner for read article".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng secretary
Tải xuống các tệp mở rộng secretary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | secretary |
ID | bijcgcgbhmeemlnidoigdcnokggknikb |
URL Chính Thức | https://chromewebstore.google.com/detail/secretary/bijcgcgbhmeemlnidoigdcnokggknikb |
Mô tả | secretary is Best-Partner for read article |
Kích Thước Tệp | 6.24 MB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2017-05-19 |
Ngày Phát Hành | 2017-05-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://isme2n.github.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:;" } |