Immersion Reader

Provides translations on highlight, and review notecards, for articles you read in foreign languages.

Immersion Reader क्या है?

Immersion Reader dennislysenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides translations on highlight, and review notecards, for articles you read in foreign languages."।

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

screenshot
screenshot

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

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

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

                        Take the boring part out of reading articles in languages you're learning. 

Let Immersion Reader do the magic of instantly translating any word or phrase you highlight, giving you detailed translations of it, guiding you with pronunciation from native speakers for most words, and giving you review notecards for every new article you read, based on that article's actual text. Cut out the distraction of looking up words in a new tab, making up your own pronunciations for unfamiliar words, and managing notecards.                    

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

नाम Immersion Reader Immersion Reader
ID fklmaanhjbaofmjodipnfllfjghllcpc
आधिकारिक URL https://chrome.google.com/webstore/detail/immersion-reader/fklmaanhjbaofmjodipnfllfjghllcpc
विवरण Provides translations on highlight, and review notecards, for articles you read in foreign languages.
फ़ाइल का आकार 492 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2017-12-25
प्रकाशन तिथि 2017-12-25
रेटिंग 2.33/5 कुल 9 रेटिंग्स
डेवलपर dennislysenko
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Immersion Reader",
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "content.bundle.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Provides translations on highlight, and review notecards, for articles you read in foreign languages.",
    "version": "0.4.0"
}