NCD Chrome Extension
Find the best web tutorals for web tool you are look at with NCD.
Τι είναι το NCD Chrome Extension;
Το NCD Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον paulharr1983, και η κύρια λειτουργία του είναι "Find the best web tutorals for web tool you are look at with NCD.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NCD Chrome Extension
Λήψη αρχείων επέκτασης 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 |
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" ] } } |