BitBucket Notifier

A notification indicator for BitBucket

BitBucket Notifierとは何ですか?

BitBucket Notifierはkoddssonによって開発されたChromeの拡張機能で、その主な機能は「A notification indicator for BitBucket」です。

拡張機能のスクリーンショット

screenshot

BitBucket Notifier拡張機能のCRXファイルをダウンロード

BitBucket Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 BitBucket Notifier BitBucket Notifier
ID lbaokbkjcojjceopeladiiinnooofoic
公式URL https://chrome.google.com/webstore/detail/bitbucket-notifier/lbaokbkjcojjceopeladiiinnooofoic
説明 A notification indicator for BitBucket
ファイルサイズ 90.86 KB
インストール数 25
現在のバージョン 1.1
最終更新日 2015-07-06
公開日 2015-07-06
開発者 koddsson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bitbucket.org/koddsson/bitbucket-notifier
対応言語 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"
        ]
    }
}