Word Khoj
Search a Hindi website using English text
什麼是Word Khoj?
Word Khoj是由FabPic開發的Chrome擴展程式,該擴展的主要功能是“Search a Hindi website using English text”。
擴展截圖
下載Word Khoj擴展crx文件
下載Word Khoj擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | bdocoepjnibclhlibcccnjpgeknhdlah |
官方網址 | 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" } } } } |