My ears are burning

This notifies you when someone has mentioned you or assigned you an issue on GitHub

O que é My ears are burning?

My ears are burning é uma extensão do Chrome desenvolvida por kchodorow, e sua principal característica é "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My ears are burning

Baixe arquivos de extensão My ears are burning 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

                        Puts an ear next to your location bar.  If you have any unread GitHub notifications, the ear will turn red. If you are all caught up, the ear will turn green.                    

Informações Básicas da Extensão

Nome My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
URL Oficial https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Descrição This notifies you when someone has mentioned you or assigned you an issue on GitHub
Tamanho do Arquivo 71.47 KB
Contagem de Instalações 12
Versão Atual 0.1.8
Última Atualização 2017-06-17
Data de Publicação 2017-06-17
Desenvolvedor kchodorow
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://meab.kchodorow.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My ears are burning",
    "description": "This notifies you when someone has mentioned you or assigned you an issue on GitHub",
    "version": "0.1.8",
    "browser_action": {
        "default_title": "Loading notifications...",
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "cookies",
        "https:\/\/meab.kchodorow.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    }
}