BitBucket Notifier

A notification indicator for BitBucket

Wat is BitBucket Notifier?

BitBucket Notifier is een Chrome-extensie ontwikkeld door koddsson, en de belangrijkste functie is "A notification indicator for BitBucket".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BitBucket Notifier

Download BitBucket Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam BitBucket Notifier BitBucket Notifier
ID lbaokbkjcojjceopeladiiinnooofoic
Officiële URL https://chrome.google.com/webstore/detail/bitbucket-notifier/lbaokbkjcojjceopeladiiinnooofoic
Beschrijving A notification indicator for BitBucket
Bestandsgrootte 90.86 KB
Aantal Installaties 25
Huidige Versie 1.1
Laatst Bijgewerkt 2015-07-06
Publicatiedatum 2015-07-06
Ontwikkelaar koddsson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bitbucket.org/koddsson/bitbucket-notifier
Ondersteunde Talen 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"
        ]
    }
}