Odia Dictionary

Double click any word get meaning in Odia Wow !!

Odia Dictionary là gì?

Odia Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Brahmananda kar, và tính năng chính của nó là "Double click any word get meaning in Odia Wow !!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Odia Dictionary

Tải xuống các tệp mở rộng Odia Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This chrome extension  will enable to see meaning of English word  in browser in Odia language .
How to Use it :
Open any web site of English language and double click on any word .
 A pop up will appear over the word which give Odia meaning of that word .                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Odia Dictionary Odia Dictionary
ID llblcbklgckkjdjmhkgklfhgmeckfkih
URL Chính Thức https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih
Mô tả Double click any word get meaning in Odia Wow !!
Kích Thước Tệp 1.02 MB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-04-04
Ngày Phát Hành 2018-09-26
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Brahmananda kar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Odia Dictionary",
    "description": "Double click any word get meaning in Odia Wow !!",
    "version": "1.2",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "oriya.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js",
                "myfile.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.com https:\/\/*.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tts",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "osr06nie_1.woff",
        "oriya.css"
    ]
}