Nectarine
Unofficial extension for Peach
O que é Nectarine?
Nectarine é uma extensão do Chrome desenvolvida por oelmekki, e sua principal característica é "Unofficial extension for Peach".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nectarine
Baixe arquivos de extensão Nectarine 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
Simple extension that allows to load the nectarine interface in a chrome extension, so you don't have to switch tab to check your updates. Nectarine is a third-party client for Peach. Peach is cool. :) *LIMITATION* it has been reported that the popins doesn't display properly on osx because they make the extension close itself. Those popins appear for example when trying to add a friend. To use those features, just go on the main website, at http://nectarine.rocks/ . This is the webapp that is loaded in this extension, so you won't have to log in again if you're already logged in from the extension.
Informações Básicas da Extensão
Nome | |
ID | pcdklgbmhjbfhpnfnnohjomdlnpnfhnb |
URL Oficial | https://chromewebstore.google.com/detail/nectarine/pcdklgbmhjbfhpnfnnohjomdlnpnfhnb |
Descrição | Unofficial extension for Peach |
Tamanho do Arquivo | 182 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0 |
Última Atualização | 2016-01-26 |
Data de Publicação | 2016-01-26 |
Desenvolvedor | oelmekki |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nectarine", "version": "1.0", "manifest_version": 2, "description": "Unofficial extension for Peach", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "38": "icon.png" }, "default_popup": "browser_action\/main.html" } } |