Meta CPAN redirect
Redirect search.cpan.org to search.mcpan.org
什么是Meta CPAN redirect?
Meta CPAN redirect是由Billy 'bvierra' Vierra开发的Chrome扩展程序,该扩展的主要功能是“Redirect search.cpan.org to search.mcpan.org”。
扩展截图
下载Meta CPAN redirect扩展crx文件
下载Meta CPAN redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides a redirect from search.cpan.org to search.mcpan.org and does not cause any redirection notifications in Chrome.
扩展基本信息
名称 | |
ID | blakeebdldmplhhegjofiaidnijmiphj |
官方URL | https://chromewebstore.google.com/detail/meta-cpan-redirect/blakeebdldmplhhegjofiaidnijmiphj |
简介 | Redirect search.cpan.org to search.mcpan.org |
文件大小 | 32.97 KB |
安装次数 | 40 |
当前版本 | 1.1.1 |
更新时间 | 2015-01-14 |
上架时间 | 2015-01-13 |
评分 | 4.86/5 共7次评分 |
开发者 | Billy 'bvierra' Vierra |
付费类型 | free |
扩展官网 | https://github.com/bvierra/chrome-metacpanredirect |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meta CPAN redirect", "shortname": "MetaCPAN Redirect", "description": "Redirect search.cpan.org to search.mcpan.org", "version": "1.1.1", "manifest_version": 2, "author": "Billy 'bvierra' Vierra", "homepage_url": "https:\/\/github.com\/bvierra\/chrome-metacpanredirect", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/search.cpan.org\/*" ], "icons": { "128": "logo_440x280.png" } } |