Safari For WIndows
This extension was created with the awesome support.apple.com
Safari For WIndows là gì?
Safari For WIndows là một tiện ích mở rộng Chrome được phát triển bởi maheshnigg, và tính năng chính của nó là "This extension was created with the awesome support.apple.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Safari For WIndows
Tải xuống các tệp mở rộng Safari For WIndows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Safari For Windows is here. Safari extensions are a great way for you to add new features to Safari. Browse our gallery and install the ones you want with a click. Apple no longer offers Safari updates for Windows. Safari 5.1.7 for Windows was the last version made for Windows, and it is now outdated. If you want to install safari browser then you must install google chrome first and then you can install it via extension. Safari is a graphical web browser developed by Apple, based on the WebKit engine. Safari Extensions add functionality to your browser to help you explore the web the way you want. Find and add your favourite extensions in the dedicated Safari section on the App Store.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fgohdmdpmfmjlebgmkombkodbiclehal |
URL Chính Thức | https://chrome.google.com/webstore/detail/safari-for-windows/fgohdmdpmfmjlebgmkombkodbiclehal |
Mô tả | This extension was created with the awesome support.apple.com |
Kích Thước Tệp | 40.89 KB |
Số Lần Cài Đặt | 888 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2021-03-03 |
Ngày Phát Hành | 2021-03-03 |
Đánh Giá | 1.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | maheshnigg |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.apple.com/in/safari/ |
URL Trang Trợ Giúp | https://support.apple.com/en-us/HT201541 |
URL Trang Chính Sách Bảo Mật | https://remoteplay.site/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safari For WIndows", "version": "0.0.9", "manifest_version": 2, "description": "This extension was created with the awesome support.apple.com", "homepage_url": "https:\/\/support.apple.com\/downloads\/safari", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |