Meta CPAN redirect
Redirect search.cpan.org to search.mcpan.org
What is Meta CPAN redirect?
Meta CPAN redirect is a Chrome extension developed by Billy 'bvierra' Vierra, and its main feature is "Redirect search.cpan.org to search.mcpan.org".
Extension Screenshots
Download Meta CPAN redirect Extension CRX File
Download Meta CPAN redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension provides a redirect from search.cpan.org to search.mcpan.org and does not cause any redirection notifications in Chrome. Extension Basic Information
| Name | |
| ID | blakeebdldmplhhegjofiaidnijmiphj |
| Official URL | https://chromewebstore.google.com/detail/meta-cpan-redirect/blakeebdldmplhhegjofiaidnijmiphj |
| Description | Redirect search.cpan.org to search.mcpan.org |
| File Size | 32.97 KB |
| Installation Count | 40 |
| Current Version | 1.1.1 |
| Last Updated | 2015-01-14 |
| Publish Date | 2015-01-13 |
| Rating | 4.86/5 Total 7 Ratings |
| Developer | Billy 'bvierra' Vierra |
| Payment Type | free |
| Extension Website | https://github.com/bvierra/chrome-metacpanredirect |
| Supported Languages | 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"
}
} | |