secretary
secretary is Best-Partner for read article
secretaryคืออะไร?
secretary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://isme2n.github.io และคุณลักษณะหลักของมันคือ "secretary is Best-Partner for read article"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย secretary
ดาวน์โหลดไฟล์ส่วนขยาย 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:;"
} | |