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ファイルをダウンロード

Simple Scholar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}