Simple Scholar
Keep track of the best parts of what you read on the web.
Cos'è Simple Scholar?
Simple Scholar è un'estensione di Chrome sviluppata da krivaten, e la sua funzione principale è "Keep track of the best parts of what you read on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Scholar
Scarica i file di estensione Simple Scholar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Simple Scholar |
ID | enmaipkfbabibfpecjdljhkkpmamobin |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-scholar/enmaipkfbabibfpecjdljhkkpmamobin |
Descrizione | Keep track of the best parts of what you read on the web. |
Dimensione del File | 99.86 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 0.5.0 |
Ultimo Aggiornamento | 2022-01-17 |
Data di Pubblicazione | 2021-05-25 |
Sviluppatore | krivaten |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |