Owl Redirector
HTTP Request redirector.
Owl Redirector란 무엇입니까?
Owl Redirector은(는) Berton Zhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HTTP Request redirector."입니다.
확장 프로그램 스크린샷
Owl Redirector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Modify, cancel or redirect HTTP requests. Owl Redirector is a tool for web development. With it you can use RegExp or pattern text to match specific url, then modify, cancel or redirect these HTTP requests. There is also a powerful feature: you can write your JavaScript code to control your redirect/ logic. It is powerful but these dangerous. Use it only when you know what you are doing.
확장 프로그램 기본 정보
이름 | Owl Redirector |
ID | beknllkoddklgoflifhgkhkkibgkpdch |
공식 URL | https://chromewebstore.google.com/detail/owl-redirector/beknllkoddklgoflifhgkhkkibgkpdch |
설명 | HTTP Request redirector. |
파일 크기 | 113 KB |
설치 횟수 | 337 |
현재 버전 | 0.3.1 |
최근 업데이트 | 2019-05-27 |
출시 날짜 | 2019-05-26 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Berton Zhu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/meowtec/Owl-redirector |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Owl Redirector", "version": "0.3.1", "manifest_version": 2, "description": "HTTP Request redirector.", "default_locale": "en", "icons": { "128": "owl.png" }, "background": { "scripts": [ "common\/punycode.min.js", "common\/info.js", "common\/utils.js", "background\/default.js", "background\/upgrade.js", "background\/index.js" ] }, "options_page": "options\/index.html", "homepage_url": "https:\/\/github.com\/meowtec\/Owl-redirector", "permissions": [ "webRequest", " |