Simple Scholar

Keep track of the best parts of what you read on the web.

Simple Scholar क्या है?

Simple Scholar krivaten द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of the best parts of what you read on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Scholar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}