# chrome-console-importer **Repository Path**: chencaize/chrome-console-importer ## Basic Information - **Project Name**: chrome-console-importer - **Description**: install js library like npm install in the chrome console. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-10 - **Last Updated**: 2024-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # consoleImporter install js library like npm install in the chrome console. # Example ![avatar](demo.gif) # How to use it ``` $I("moment"); $I("moment.js"); $I("moment@1.0.0"); $I("https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"); ```