BitBucket Notifier

A notification indicator for BitBucket

Cos'è BitBucket Notifier?

BitBucket Notifier è un'estensione di Chrome sviluppata da koddsson, e la sua funzione principale è "A notification indicator for BitBucket".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BitBucket Notifier

Scarica i file di estensione BitBucket Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome BitBucket Notifier BitBucket Notifier
ID lbaokbkjcojjceopeladiiinnooofoic
URL Ufficiale https://chrome.google.com/webstore/detail/bitbucket-notifier/lbaokbkjcojjceopeladiiinnooofoic
Descrizione A notification indicator for BitBucket
Dimensione del File 90.86 KB
Conteggio Installazioni 25
Versione Corrente 1.1
Ultimo Aggiornamento 2015-07-06
Data di Pubblicazione 2015-07-06
Sviluppatore koddsson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbucket.org/koddsson/bitbucket-notifier
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitBucket Notifier",
    "description": "A notification indicator for BitBucket",
    "homepage_url": "https:\/\/bitbucket.org\/koddsson\/bitbucket-notifier",
    "manifest_version": 2,
    "version": "1.1",
    "icons": {
        "16": "img\/bitbucket-16.png",
        "48": "img\/bitbucket-48.png",
        "128": "img\/bitbucket-128.png"
    },
    "permissions": [
        "https:\/\/bitbucket.org\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/bitbucket-16.png",
            "38": "img\/bitbucket-38.png"
        }
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}