Instant Malayalam

View Malayalam meanings easily while browsing using Olam

What is Instant Malayalam?

Instant Malayalam is a Chrome extension developed by https://arunkumarv.github.io, and its main feature is "View Malayalam meanings easily while browsing using Olam".

Extension Screenshots

screenshot

Download Instant Malayalam Extension CRX File

Download Instant Malayalam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Double-click any word to view its Malayalam definition in a pop-up.
Click on "കൂടുതൽ വ്യാഖ്യാനങ്ങൾ ->" in the pop-up to see complete definitions on a new tab. 
This extension uses the 'Olam' (http://olam.in/) online Malayalam dictionary API.                    

Extension Basic Information

Name Instant Malayalam Instant Malayalam
ID nflhocbogkaapgmlagfkpllhlafaljki
Official URL https://chromewebstore.google.com/detail/instant-malayalam/nflhocbogkaapgmlagfkpllhlafaljki
Description View Malayalam meanings easily while browsing using Olam
File Size 8.62 KB
Installation Count 401
Current Version 1.2 beta
Last Updated 2022-11-25
Publish Date 2019-12-31
Rating 5.00/5 Total 6 Ratings
Developer https://arunkumarv.github.io
Email [email protected]
Payment Type free
Extension Website https://arunkumarv.github.io/
Supported Languages ml
manifest.json
{
    "author": "Arunkumar V",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "View Malayalam meanings easily while browsing using Olam",
    "homepage_url": "https:\/\/arunkumarv.github.io\/",
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJfIoOt\/U7\/DSNtaxguwBkVwKt4swPpZQDjW0tmC87JmkofG1zyFFvaM\/a+7Y7Rda9SYu6JkW\/\/uzuYYBAZ2IyaI6eFNTISghIwMcOodjxKPNmMhyYyA+W2bk24GGJ\/At+RGTn6HMjXHb3gmslTOqk+Q4\/Ky5GDc8m6g0agP5b6aAlYisg6zbGH6K5k0mMEkX1gCWuMcA5pUswq8v\/CI8888YxAn0gSviwTFG8eXjVU\/gJgDs4Kg0WpNifjU6p1xXdQMNOyO7UnyLYIlOj9YkQkwjEKZiqyKc1gmj8RFoFpCgjl3HcLiCfKS9dYO9LiX1M8sJtl7TAmvkMR7VJtqBQIDAQAB",
    "manifest_version": 3,
    "name": "Instant Malayalam",
    "short_name": "InstaM",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "version_name": "1.2 beta",
    "permissions": []
}