NCD Chrome Extension

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

NCD Chrome Extension란 무엇입니까?

NCD Chrome Extension은(는) paulharr1983에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best web tutorals for web tool you are look at with NCD."입니다.

확장 프로그램 스크린샷

screenshot

NCD Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}