Kindle Highlights to Readsmart

Sync all your Kindle highlights automatically using Readsmart Chrome Extension

Kindle Highlights to Readsmart क्या है?

Kindle Highlights to Readsmart https://readsmart.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sync all your Kindle highlights automatically using Readsmart Chrome Extension"।

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

screenshot

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

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

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

                        Get the most of your highlights

Sync all your Kindle highlights automatically using Readsmart Chrome Extension. 

Every time you add a new highlight you will get a notification. From here, you can go directly to Readsmart. 

What’s next:
* Keep your highlights and notes under control through categorization. Search, tag and edit them instantly.
* Retain what is valuable to you using /Spaced Repetition/. Combine disparate ideas from different areas of knowledge.

We only have access to https://read.amazon.com. That's where  your ebooks and highlights are stored.

Any questions? Feel free to reach us at [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Kindle Highlights to Readsmart Kindle Highlights to Readsmart
ID kghigmohnggnegnoielmjnkhookemobp
आधिकारिक URL https://chromewebstore.google.com/detail/kindle-highlights-to-read/kghigmohnggnegnoielmjnkhookemobp
विवरण Sync all your Kindle highlights automatically using Readsmart Chrome Extension
फ़ाइल का आकार 478 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.1.10
अंतिम अपडेट 2019-12-29
प्रकाशन तिथि 2019-12-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://readsmart.co
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://readsmart.co/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Highlights to Readsmart",
    "version": "1.1.10",
    "description": "Sync all your Kindle highlights automatically using Readsmart Chrome Extension",
    "short_name": "Sync all your Kindle highlights automatically",
    "permissions": [
        "storage",
        "alarms",
        "cookies",
        "https:\/\/app.readsmart.co\/",
        "https:\/\/server.readsmart.co\/",
        "idle"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "dependencies\/jquery.min.js",
            "dependencies\/sentry.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/read.amazon.com\/notebook?readsmart=sync"
            ],
            "css": [
                "loading.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}