Simple Scholar

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

Simple Scholar là gì?

Simple Scholar là một tiện ích mở rộng Chrome được phát triển bởi krivaten, và tính năng chính của nó là "Keep track of the best parts of what you read on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Scholar

Tải xuống các tệp mở rộng Simple Scholar 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Scholar Simple Scholar
ID enmaipkfbabibfpecjdljhkkpmamobin
URL Chính Thức https://chromewebstore.google.com/detail/simple-scholar/enmaipkfbabibfpecjdljhkkpmamobin
Mô tả Keep track of the best parts of what you read on the web.
Kích Thước Tệp 99.86 KB
Số Lần Cài Đặt 124
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2022-01-17
Ngày Phát Hành 2021-05-25
Nhà Phát Triển krivaten
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}