BitBucket Notifier

A notification indicator for BitBucket

What is BitBucket Notifier?

BitBucket Notifier is a Chrome extension developed by koddsson, and its main feature is "A notification indicator for BitBucket".

Extension Screenshots

screenshot

Download BitBucket Notifier Extension CRX File

Download BitBucket Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name BitBucket Notifier BitBucket Notifier
ID lbaokbkjcojjceopeladiiinnooofoic
Official URL https://chrome.google.com/webstore/detail/bitbucket-notifier/lbaokbkjcojjceopeladiiinnooofoic
Description A notification indicator for BitBucket
File Size 90.86 KB
Installation Count 25
Current Version 1.1
Last Updated 2015-07-06
Publish Date 2015-07-06
Developer koddsson
Email [email protected]
Payment Type free
Extension Website https://bitbucket.org/koddsson/bitbucket-notifier
Supported Languages 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"
        ]
    }
}