Word Khoj

Search a Hindi website using English text

Word Khoj란 무엇입니까?

Word Khoj은(는) FabPic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search a Hindi website using English text"입니다.

확장 프로그램 스크린샷

screenshot

Word Khoj 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever been in a situation where you are reading a hindi article, or news, or lyrics or literature online and you wanted to find/locate specific hindi words on the page?

And you tried Google page translate but suddenly those hindi words get replaced by English words which you never understood?

Even Ctrl+F didn’t come to the rescue as you can’t type a hindi word from your English keyboard?

Word Khoj is an extension which helps you solve all these troubles in just 2 steps - 

1) Open the extension & type the word/phrase to be searched in hinglish

2) Scroll through the highlighted results on the page

Hindi searches can’t be easier!

Created with love by Lavesh & Shadab!(https://twitter.com/Shadabshs)                    

확장 프로그램 기본 정보

이름 Word Khoj Word Khoj
ID bdocoepjnibclhlibcccnjpgeknhdlah
공식 URL https://chromewebstore.google.com/detail/word-khoj/bdocoepjnibclhlibcccnjpgeknhdlah
설명 Search a Hindi website using English text
파일 크기 20.21 KB
설치 횟수 22
현재 버전 1.2.3
최근 업데이트 2023-10-16
출시 날짜 2023-03-05
평점 5.00/5 총 2 개의 평점
개발자 FabPic
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.fabpic.app/privacy
지원되는 언어 hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Word Khoj",
    "version": "1.2.3",
    "description": "Search a Hindi website using English text",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "mark.css"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+H",
                "mac": "MacCtrl+Command+H"
            }
        }
    }
}