Definition finder

Find Definition FAST

Definition finder क्या है?

Definition finder https://eden-mann.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Definition FAST"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Definition finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is created for searching for definitions fast.
All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com"
with your result on the page...


(I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)                    

एक्सटेंशन की मूल जानकारी

नाम Definition finder Definition finder
ID gfolphmpnkkhkmcfofbjkkbidocjkmgo
आधिकारिक URL https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo
विवरण Find Definition FAST
फ़ाइल का आकार 124 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-07
डेवलपर https://eden-mann.blogspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Definition finder",
    "version": "1.0",
    "description": "Find Definition FAST",
    "icons": {
        "48": "img\/ICON-Padding.png",
        "128": "img\/ICON-Padding.png",
        "16": "img\/ICON-Padding.png"
    },
    "browser_action": {
        "default_icon": "img\/480px-Magnifying_glass.png",
        "default_title": "Press the button to see more actions",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}