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文件

下載NCD Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}