Safari For WIndows
This extension was created with the awesome support.apple.com
Safari For WIndows란 무엇입니까?
Safari For WIndows은(는) maheshnigg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension was created with the awesome support.apple.com"입니다.
확장 프로그램 스크린샷
Safari For WIndows 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | fgohdmdpmfmjlebgmkombkodbiclehal |
공식 URL | https://chrome.google.com/webstore/detail/safari-for-windows/fgohdmdpmfmjlebgmkombkodbiclehal |
설명 | This extension was created with the awesome support.apple.com |
파일 크기 | 40.89 KB |
설치 횟수 | 888 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2021-03-03 |
출시 날짜 | 2021-03-03 |
평점 | 1.00/5 총 3 개의 평점 |
개발자 | maheshnigg |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.apple.com/in/safari/ |
도움말 페이지 URL | https://support.apple.com/en-us/HT201541 |
개인정보 보호 정책 페이지 URL | https://remoteplay.site/privacy-policy |
지원되는 언어 | 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" } } |