My Git Repo News

Chrome extension which helps you not to miss important changes in your news thread related to your repo

O que é My Git Repo News?

My Git Repo News é uma extensão do Chrome desenvolvida por greybax, e sua principal característica é "Chrome extension which helps you not to miss important changes in your news thread related to your repo".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão My Git Repo News

Baixe arquivos de extensão My Git Repo News 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

                        Don't miss any changes in your github newsfeed related with your repos!                    

Informações Básicas da Extensão

Nome My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
URL Oficial https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
Descrição Chrome extension which helps you not to miss important changes in your news thread related to your repo
Tamanho do Arquivo 168 KB
Contagem de Instalações 17
Versão Atual 1.0.2
Última Atualização 2018-10-01
Data de Publicação 2018-10-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor greybax
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/greybax/github-extension-my-repo-news
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Git Repo News",
    "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo",
    "short_name": "My Git Repo News",
    "version": "1.0.2",
    "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news",
    "browser_action": {
        "default_title": "My Git Repo News",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ]
}