Stash Notifier

Displays the number of unreviewed pull requests. You can also click the button to open Stash.

Stash Notifierとは何ですか?

Stash Notifierはhttps://janisz.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Displays the number of unreviewed pull requests. You can also click the button to open Stash.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Features:

0.2.0
 • Stash is now Bitbucket

0.1.5
 • Do not show notification after it was closed (clicked :x: button)

0.1.4
 • Do not show notification after it was clicked

0.1.3
 • Omnibox support for lastly used repositories

0.1.2
 • User can disable desktop notification
 • Status is updated when user click icon

0.1.1
 • Show notifiaction for every pull request (new or updated)
 • Include author name and avatar in notification
 • Include pull request title in notification
 • Clicking on icon opens Stash
 • Clicking on pull request open it in new tab (notifiaction will not be shown again)


How does it work?
 • This extension does not store any credentials
 • Sign in to the accounts you wish to monitor and configure stash url in options                    

拡張機能の基本情報

名前 Stash Notifier Stash Notifier
ID hepccgiiplpocaikgafgiclopbannill
公式URL https://chromewebstore.google.com/detail/stash-notifier/hepccgiiplpocaikgafgiclopbannill
説明 Displays the number of unreviewed pull requests. You can also click the button to open Stash.
ファイルサイズ 13.01 KB
インストール数 37
現在のバージョン 0.2.0
最終更新日 2016-06-16
公開日 2016-06-16
評価 5.00/5 合計 1 レビュー
開発者 https://janisz.github.io
支払い方法 free
拡張機能のウェブサイト http://janisz.github.io/StashNotifier/
ヘルプページのURL https://github.com/janisz/StashNotifier/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stash Notifier",
    "short_name": "Stash Notifier",
    "description": "Displays the number of unreviewed pull requests. You can also click the button to open Stash.",
    "version": "0.2.0",
    "omnibox": {
        "keyword": "stash"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "128.png"
    },
    "homepage_url": "http:\/\/janisz.github.io\/StashNotifier\/",
    "offline_enabled": false
}