NCD Chrome Extension

Find the best web tutorals for web tool you are look at with NCD.

NCD Chrome Extension क्या है?

NCD Chrome Extension paulharr1983 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the best web tutorals for web tool you are look at with NCD."।

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

screenshot

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

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

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

                        Discover the latest #nocode tutorials, tips, and tricks from the pros. Browse our growing library of tutorials to help you master your next big project.

This Chrome extension:
- allow users to find extra tutorials for the site they are on without having to go back and forth from NoCodeDevs or YouTube
- Users will be able to search through our tutorials at ease. 
- User will be able to look through tutorial creators 

This process will allow users to search for relevant tutorials to fit there needs without leaving the site they are on. It is a fast and easy guide of tutorials for the nocode community.                    

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

नाम NCD Chrome Extension NCD Chrome Extension
ID fmkjlcbehchmaihoclbapghiccgnonld
आधिकारिक URL https://chromewebstore.google.com/detail/ncd-chrome-extension/fmkjlcbehchmaihoclbapghiccgnonld
विवरण Find the best web tutorals for web tool you are look at with NCD.
फ़ाइल का आकार 266 KB
स्थापना संख्या 178
वर्तमान संस्करण 2
अंतिम अपडेट 2022-01-15
प्रकाशन तिथि 2021-09-01
डेवलपर paulharr1983
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nocodedevs.com/
सहायता पृष्ठ URL https://talk.nocodedevs.com/home
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NCD Chrome Extension",
    "short_name": "NCD",
    "version": "2",
    "manifest_version": 2,
    "description": "Find the best web tutorals for web tool you are look at with NCD.",
    "homepage_url": "https:\/\/p623e1c1afdb647159d4159d2b69d73f9.bildr.com\/bew",
    "icons": {
        "16": "icons\/large_icon_fullcolor.9qH7tyhKoEaS5tmjGoV6Ug.png",
        "48": "icons\/large_icon_fullcolor.9qH7tyhKoEaS5tmjGoV6Ug.png",
        "128": "icons\/large_icon_fullcolor.9qH7tyhKoEaS5tmjGoV6Ug.png"
    },
    "browser_action": {
        "default_icon": "icons\/large_icon_fullcolor.9qH7tyhKoEaS5tmjGoV6Ug.png",
        "default_title": "NCD Chrome Extension"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}