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.”。
擴展截圖
下載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 |
ID | enmaipkfbabibfpecjdljhkkpmamobin |
官方網址 | 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" ] } |