EasyWeb

This tool helps you easily translate,find definitions,urban meanings or synonyms of a word.

EasyWeb क्या है?

EasyWeb mrValentin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool helps you easily translate,find definitions,urban meanings or synonyms of a word."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This tool helps you easily translate,find definitions,urban meanings or synonyms of a word. You don't need to leave the page, just highlight the word and press the hotkey or right click and choose desired option. Using synonyms function in writable area will allow you to replace the old word with the chosen option.
The hotkeys:
"d"-definitions
"a"-abbreviations
"t"-translate
"u"-slang words






************************************************************************
UPDATES IN V1.1

NEW SETTINGS available from action bar(icon on top right corner):
-turn on and off any service
-set the duration of results view

Additionally:
-word can be replaced by synonym in any web site
-no highlight needed to find synonym for word,just right click and choose option 'synonyms'
-definitions and synonyms services has been backed up by Pearson and STANDS4 API
-persistent design of results view in any web site
-results view is not moving with the browser, when scrolled
****************                    

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

नाम EasyWeb EasyWeb
ID ffhlfkpcmaijienpiainipmjhcpifnhb
आधिकारिक URL https://chrome.google.com/webstore/detail/easyweb/ffhlfkpcmaijienpiainipmjhcpifnhb
विवरण This tool helps you easily translate,find definitions,urban meanings or synonyms of a word.
फ़ाइल का आकार 94.31 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-04-22
प्रकाशन तिथि 2017-04-22
रेटिंग 4.00/5 कुल 8 रेटिंग्स
डेवलपर mrValentin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyWeb",
    "description": "This tool helps you easily translate,find definitions,urban meanings or synonyms of a word. ",
    "version": "1.1",
    "background": {
        "scripts": [
            "jquery-3.1.1.slim.min.js",
            "js\/highlightReceiver.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-3.1.1.slim.min.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/easyWebStyle.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "EasyWeb",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "",
        "activeTab",
        "contextMenus"
    ]
}