Vivaldi Redirect
Redirect URLs to support Vivaldi Browser
Vivaldi Redirectとは何ですか?
Vivaldi Redirectはsirfredrickによって開発されたChromeの拡張機能で、その主な機能は「Redirect URLs to support Vivaldi Browser」です。
拡張機能のスクリーンショット
Vivaldi Redirect拡張機能のCRXファイルをダウンロード
Vivaldi Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |