Vivaldi Redirect
Redirect URLs to support Vivaldi Browser
Vivaldi Redirect란 무엇입니까?
Vivaldi Redirect은(는) sirfredrick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect URLs to support Vivaldi Browser"입니다.
확장 프로그램 스크린샷
Vivaldi Redirect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension automatically redirects searches made to sites like ebay.com, and amazon.com to a URL that supports Vivaldi browser. All URLs used for this extension can be found in the default bookmarks that ship with Vivaldi Browser. You can select which URLs you want to redirect as well as refresh the page. The UI is based on Material Design so it fits with both Vivaldi's UI and Chrome's default UI. This project is licensed under the Apache 2.0 License. It's Github page can be found at https://github.com/sirfredrick/VivaldiRedirect
확장 프로그램 기본 정보
이름 | |
ID | kpaefdmmdcioicgjfpbmlaokcnidljdf |
공식 URL | https://chromewebstore.google.com/detail/vivaldi-redirect/kpaefdmmdcioicgjfpbmlaokcnidljdf |
설명 | Redirect URLs to support Vivaldi Browser |
파일 크기 | 77.76 KB |
설치 횟수 | 368 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2021-02-22 |
출시 날짜 | 2019-08-10 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | sirfredrick |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sirfredrick/VivaldiRedirect |
도움말 페이지 URL | https://github.com/sirfredrick/VivaldiRedirect/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vivaldi Redirect", "version": "2.0.0", "description": "Redirect URLs to support Vivaldi Browser", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "background", "webRequest", "https:\/\/*.vivaldi.com\/bk\/*", "https:\/\/*.booking.com\/*", "https:\/\/*.ebay.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.homedepot.com\/*", "https:\/\/*.target.com\/*", "https:\/\/*.airbnb.com\/*", "https:\/\/*.instacart.com\/*", "https:\/\/*.walmart.com\/*", "https:\/\/*.macys.com\/*", "https:\/\/*.overstock.com\/*", "https:\/\/*.rakuten.com\/*", "https:\/\/*.expedia.com\/*", "https:\/\/*.hulu.com\/*", "https:\/\/*.morrisons.com\/*", "https:\/\/*.agoda.com\/*" ], "manifest_version": 2 } |