Submary

Submary official chrome extension

Submaryคืออะไร?

Submary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://submary.com และคุณลักษณะหลักของมันคือ "Submary official chrome extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Submary

ดาวน์โหลดไฟล์ส่วนขยาย Submary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Submary allows you to understand the essence of a text in a few seconds. It analyzes the content to extract the most relevant sentences and provide a concise summary.  By highlighting key words and sentences directly in the text, it allows you to grasp the most important information of an article at a glance.

- fast reading
- read faster
- speed reading
- deep reading
- highlight / highlighting
- summary
- automatic summary
- TLDR                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Submary Submary
ID koidbemodmpmdncelgigjojmofpgonmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/submary/koidbemodmpmdncelgigjojmofpgonmj
คำอธิบาย Submary official chrome extension
ขนาดไฟล์ 473 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2022-10-12
วันที่เผยแพร่ 2022-01-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://submary.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://submary.com
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Submary",
    "version": "0.2.6",
    "description": "Submary official chrome extension",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_page": "onboarding-page.html",
    "action": {
        "default_title": "Submary",
        "default_icon": "\/images\/logo128.png"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "default_locale": "en",
    "manifest_version": 3
}