您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Turns the names of packages into links to their homepages when looking at a package.json file
当前为
package.json
dependency linkerWhen viewing a project's package.json
file on GitHub this user script will look at the source for any dependencies (under dependencies
, devDependencies
, peerDependencies
, optionalDependencies
and bundleDependencies
) and try to link each one to that module's homepage using the details saved in the NPM registry, falling back to the module's NPM page otherwise. Once a homepage is found the details are cached locally for re-use later.