Simple Scholar

Keep track of the best parts of what you read on the web.

Simple Scholar란 무엇입니까?

Simple Scholar은(는) krivaten에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of the best parts of what you read on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Simple Scholar allows you to capture the best parts of any website, by highlighting text, and then copying your selections as Markdown in to your favorite note taking software (e.g., Notion, Obsidian). 

Are you an Amazon Kindle user? Great! While viewing highlights from books you've read on https://read.amazon.com/notebook, Simple Scholar can automatically collect all your highlights from the selected book, allowing you to store them wherever you choose.

This tool is completely based within the browser and therefore no information is stored on any remote server. Keep track of your notes wherever you like without needing yet another monthly subscription.                    

확장 프로그램 기본 정보

이름 Simple Scholar Simple Scholar
ID enmaipkfbabibfpecjdljhkkpmamobin
공식 URL https://chromewebstore.google.com/detail/simple-scholar/enmaipkfbabibfpecjdljhkkpmamobin
설명 Keep track of the best parts of what you read on the web.
파일 크기 99.86 KB
설치 횟수 124
현재 버전 0.5.0
최근 업데이트 2022-01-17
출시 날짜 2021-05-25
개발자 krivaten
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Scholar",
    "description": "Keep track of the best parts of what you read on the web.",
    "manifest_version": 2,
    "version": "0.5.0",
    "icons": {
        "16": "\/public\/icon16.png",
        "32": "\/public\/icon32.png",
        "64": "\/public\/icon64.png",
        "128": "\/public\/icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "\/src\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}