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 |
官方網址 | 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" } } |