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