Instant Malayalam

View Malayalam meanings easily while browsing using Olam

Instant Malayalam란 무엇입니까?

Instant Malayalam은(는) https://arunkumarv.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Malayalam meanings easily while browsing using Olam"입니다.

확장 프로그램 스크린샷

screenshot

Instant Malayalam 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Instant Malayalam Instant Malayalam
ID nflhocbogkaapgmlagfkpllhlafaljki
공식 URL https://chromewebstore.google.com/detail/instant-malayalam/nflhocbogkaapgmlagfkpllhlafaljki
설명 View Malayalam meanings easily while browsing using Olam
파일 크기 8.62 KB
설치 횟수 401
현재 버전 1.2 beta
최근 업데이트 2022-11-25
출시 날짜 2019-12-31
평점 5.00/5 총 6 개의 평점
개발자 https://arunkumarv.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://arunkumarv.github.io/
지원되는 언어 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": []
}