Simple Scholar
Keep track of the best parts of what you read on the web.
¿Qué es Simple Scholar?
Simple Scholar es una extensión de Chrome desarrollada por krivaten, y su función principal es "Keep track of the best parts of what you read on the web.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Scholar
Descarga archivos de extensión Simple Scholar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Simple Scholar |
ID | enmaipkfbabibfpecjdljhkkpmamobin |
URL Oficial | https://chromewebstore.google.com/detail/simple-scholar/enmaipkfbabibfpecjdljhkkpmamobin |
Descripción | Keep track of the best parts of what you read on the web. |
Tamaño del Archivo | 99.86 KB |
Cantidad de Instalaciones | 124 |
Versión Actual | 0.5.0 |
Última Actualización | 2022-01-17 |
Fecha de Publicación | 2021-05-25 |
Desarrollador | krivaten |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |