Simple Scholar
Keep track of the best parts of what you read on the web.
Qu'est-ce que Simple Scholar ?
Simple Scholar est une extension Chrome développée par krivaten, et sa fonction principale est "Keep track of the best parts of what you read on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Scholar
Téléchargez les fichiers d'extension Simple Scholar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Simple Scholar |
ID | enmaipkfbabibfpecjdljhkkpmamobin |
URL Officiel | https://chromewebstore.google.com/detail/simple-scholar/enmaipkfbabibfpecjdljhkkpmamobin |
Description | Keep track of the best parts of what you read on the web. |
Taille du Fichier | 99.86 KB |
Nombre d'Installations | 124 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2022-01-17 |
Date de Publication | 2021-05-25 |
Développeur | krivaten |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |