Import Pkg In Devtools
A chrome extension help to import pkg in devtools
As of May 2026, Import Pkg In Devtools has 57 users in the Developer Tools category.
Usersdown 1.7 percent−1.7%
57
57
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.0.4
Manifest V3
History
3 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 58 | — | — | 1.0.4 |
| May 1, 2026 | 62 | — | — | 1.0.4 |
| May 29, 2026 | 58 | — | — | 1.0.4 |
| Now | 57 | — | — | 1.0.4 |
Permissions & access
- Permissions
- declarativeNetRequestdeclarativeNetRequestFeedback
- Host access
- <all_urls>
Screenshots
About
A chrome plugin that helps import npm packages into devtools for easier debugging. The package contents are attached to the window.lucky variable by default.You can also specify to mount it on a different global variable. You also can specify different package version.
Feature:
- Import npm package into devtool
- Specify package version. (default latest version)
- Specify attached gloabal variable. (default window.lucky)
- Multiple Instance. (by specify different global variable)
Example: In Chrome devtools
- Basic:
$npm('dayjs') // you can use window.lucky
- Specify package version
$npm('[email protected]') //
- Specify attached gloabal variable
$npm('[email protected]', 'MyDayJs') // you can use window.MyDayJs
- Multiple Instance
$npm('[email protected]', 'MyDayJs1') // you can use window.MyDayJs1
$npm('[email protected]', 'MyDayJs2') // you can use window.MyDayJs2
Notice: since this chrome extension old version may not work in some website's (eg. npmjs.com) devtools since these website has some csp policy. To workaround this, we add a feature to remove the csp policy by default. Currently, this feature is not able to switch on/off now, but i may release it as soon as possible
chrome 插件,帮助将 npm 包引入到 devtools 中,便于调试。包内容默认会挂到 window.lucky变量上。
比如:
$npm('dayjs') // 则可以使用 lucky().format('YYYY-MM-DD')
$npm('number-precision') // 则可以使用 lucky.times(1, 2)
也可以自己指定名字,比如:
$npm('dayjs', 'dayjs') // 则可以使用 dayjs().format('YYYY-MM-DD')
$npm('number-precision', 'NP') // 则可以使用 NP.times(1, 2)Technical
- Version
- 1.0.4
- Manifest
- V3
- Size
- 18.49KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- gnhpejmeamlmmchelpnnlbelipcnieaa
- Developer ID
- u4aecce5179cbfd95d060546268433d58
- Developer Email
- [email protected]
- Created
- Oct 25, 2024
- Last Updated (Store)
- Nov 25, 2024
- Last Scraped
- May 29, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to Import Pkg In Devtools, ranked by description similarity.
Dev Tool 程序员的工具包
程序员工具包
36
XSwitch 2.0
基于 Plasmo 的新一代网络请求重定向工具
234
★ 3.3
More package managers in npmjs.com
Adds yarn and pnpm commands next to the npm command; adds dev dependency switch
5
时间戳转换工具
一个功能强大的时间戳转换工具,支持毫秒/秒转换,多时区支持
84
Inject JS - Run JavaScript code
Inject js on any website Run JavaScript code
2.0K
★ 4.9
Ajax Interceptor Tools
Modify the response text of Ajax requests
5.0K
★ 4.4
DevTools
40+ developer tools: JSON formatter, Base64/URL encoder, hash generator, JWT debugger, regex tester, and more
78
★ 1.0
网络请求拦截器
一款专为研发打造的网络请求拦截器,集成在 devtools NetLimit 选项卡中,支持网络请求拦截替换为预设的请求体、返回体,支持 XMLHttpRequest、fetch 请求拦截,同时支持 declarativeNetRequest 拦截
67
★ 3.0
Data sourced from the Chrome Web Store · last verified May 29, 2026.