Submary

Submary official chrome extension

Submary란 무엇입니까?

Submary은(는) https://submary.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Submary official chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Submary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}