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
}