Redirector
Open links in other browsers using Redirector for macOS
Redirectorคืออะไร?
Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://redirector.bluefirex.de และคุณลักษณะหลักของมันคือ "Open links in other browsers using Redirector for macOS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirector
ดาวน์โหลดไฟล์ส่วนขยาย Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open any selected link or the current page in any other browser. This requires Redirector for macOS, available on the Mac App Store, to be installed. Redirector for macOS is responsible for presenting the browsers and actually opening the link. Click the Redirector button in the toolbar to open the current page in another browser or select "Open with Redirector" in the context menu of any link.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redirector |
ID | dngdcaeafejonkkodapphhhnjollbnnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc |
คำอธิบาย | Open links in other browsers using Redirector for macOS |
ขนาดไฟล์ | 26.47 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-04-05 |
วันที่เผยแพร่ | 2020-08-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://redirector.bluefirex.de |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://redirector.bluefirex.de |
URL หน้าช่วยเหลือ | https://bluefirex.de/#contact |
URL หน้านโยบายความเป็นส่วนตัว | https://bluefirex.de/privacy |
ภาษาที่รองรับ | de,en,no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirector", "version": "1.0", "description": "__MSG_description__", "page_action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_title": "__MSG_tooltip__" }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "omnibox": { "keyword": "red" }, "permissions": [ "contextMenus", "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |