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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}