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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of unreviewed pull requests. You can also click the button to open Stash."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stash Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}