NCD Chrome Extension
Find the best web tutorals for web tool you are look at with NCD.
NCD Chrome Extension là gì?
NCD Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi paulharr1983, và tính năng chính của nó là "Find the best web tutorals for web tool you are look at with NCD.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NCD Chrome Extension
Tải xuống các tệp mở rộng NCD Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NCD Chrome Extension |
ID | fmkjlcbehchmaihoclbapghiccgnonld |
URL Chính Thức | https://chromewebstore.google.com/detail/ncd-chrome-extension/fmkjlcbehchmaihoclbapghiccgnonld |
Mô tả | Find the best web tutorals for web tool you are look at with NCD. |
Kích Thước Tệp | 266 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2022-01-15 |
Ngày Phát Hành | 2021-09-01 |
Nhà Phát Triển | paulharr1983 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nocodedevs.com/ |
URL Trang Trợ Giúp | https://talk.nocodedevs.com/home |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |