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
公式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
Eメール [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"
        ]
    }
}