Safari For WIndows
This extension was created with the awesome support.apple.com
O que é Safari For WIndows?
Safari For WIndows é uma extensão do Chrome desenvolvida por maheshnigg, e sua principal característica é "This extension was created with the awesome support.apple.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Safari For WIndows
Baixe arquivos de extensão Safari For WIndows no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | fgohdmdpmfmjlebgmkombkodbiclehal |
URL Oficial | https://chrome.google.com/webstore/detail/safari-for-windows/fgohdmdpmfmjlebgmkombkodbiclehal |
Descrição | This extension was created with the awesome support.apple.com |
Tamanho do Arquivo | 40.89 KB |
Contagem de Instalações | 888 |
Versão Atual | 0.0.9 |
Última Atualização | 2021-03-03 |
Data de Publicação | 2021-03-03 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | maheshnigg |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.apple.com/in/safari/ |
URL da Página de Ajuda | https://support.apple.com/en-us/HT201541 |
URL da Página de Política de Privacidade | https://remoteplay.site/privacy-policy |
Idiomas Suportados | 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" } } |