Word Khoj
Search a Hindi website using English text
Word Khoj क्या है?
Word Khoj FabPic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search a Hindi website using English text"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Word Khoj एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } } } |