AutoRedirect

auto Redirect.

AutoRedirect란 무엇입니까?

AutoRedirect은(는) SuperExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "auto Redirect."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AutoRedirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        在浏览器中打开的文件或者网址,自动重新定位到新的网址。
如果匹配到多个结果,会提示你选择你想要打开的网址。
---
使用场景,本地环境与dev环境自动切换。
---
2016年1月25日 Update:
URL中带参数的bug fix.
2014年8月30日 Update:
首次打开加载配置样本.                    

확장 프로그램 기본 정보

이름 AutoRedirect AutoRedirect
ID edgiaaakbcjloebnmehbnfiajbhcpbcf
공식 URL https://chromewebstore.google.com/detail/autoredirect/edgiaaakbcjloebnmehbnfiajbhcpbcf
설명 auto Redirect.
파일 크기 51.56 KB
설치 횟수 17
현재 버전 0.0.4
최근 업데이트 2016-01-25
출시 날짜 2016-01-25
개발자 SuperExt
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "manifest_version": 2,
    "name": "AutoRedirect",
    "description": "auto Redirect.",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "script\/jquery.min.js",
            "script\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "auto Redirect",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_48.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_19.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}