GlossaryTech | Learn tech words

Learn tech terms whilst web sourcing

GlossaryTech | Learn tech words क्या है?

GlossaryTech | Learn tech words https://glossarytech.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn tech terms whilst web sourcing"।

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

screenshot
screenshot
screenshot

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

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

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

                        GlossaryTech Chrome Plugin is your tech recruiting and sourcing assistant. 

Once installed, you can always use the extension either for sourcing tech talent or for learning IT-related terms whilst browsing. 

The plug-in works for every single website, including Github, Wikipedia, and Stack Overflow. 

Here’s what the extension actually does:

   -   Highlights technical terms on a web page.
   -   Provides short, concise definitions for all the technical terms listed alongside alternatives/related terms.
   -   Allows you to filter all 'found' terms by category (Front-end, Back-end, QA, etc.). Each category has its own color.

The extension is absolutely FREE. 

Download and try it out today!                    

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

नाम GlossaryTech | Learn tech words GlossaryTech | Learn tech words
ID lkfaknngnekohfmljebdikgefjfhkgkp
आधिकारिक URL https://chromewebstore.google.com/detail/glossarytech-learn-tech-w/lkfaknngnekohfmljebdikgefjfhkgkp
विवरण Learn tech terms whilst web sourcing
फ़ाइल का आकार 1.73 MB
स्थापना संख्या 24,962
वर्तमान संस्करण 0.11.1
अंतिम अपडेट 2023-10-26
प्रकाशन तिथि 2019-09-03
रेटिंग 4.61/5 कुल 36 रेटिंग्स
डेवलपर https://glossarytech.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://glossarytech.com
गोपनीयता नीति पृष्ठ URL https://glossarytech.com/conditions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GlossaryTech | Learn tech words",
    "version": "0.11.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                ".\/term.css"
            ],
            "js": [
                ".\/chartist.js",
                ".\/chartist-plugin-tooltip.js",
                ".\/main.js"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "cookies",
        "activeTab",
        "storage"
    ],
    "description": "Learn tech terms whilst web sourcing",
    "icons": {
        "16": ".\/img\/ic-16.png",
        "48": ".\/img\/ic-48.png",
        "128": ".\/img\/ic-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.css",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": ".\/img\/icon.png",
        "default_title": "GlossaryTech | Learn tech words"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}