StackStalker

Monitor any question from any Stack Exchange site and see when it is updated!

StackStalker क्या है?

StackStalker https://jasonedelman.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor any question from any Stack Exchange site and see when it is updated!"।

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

screenshot
screenshot

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

crx प्रारूप में StackStalker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        StackStalker 

v3.0.2 (Latest release: May 5, 2017)
=================
- Bug fix to allow for https sites
- Update jQuery to 3.2.1
- Other minor bug fixes

StackStalker will monitor any question on any Stack Exchange site and let you know when something has updated. Don't sit there and mash your F5 key waiting for something to happen. Instead, while viewing a question, click the StackStalker icon next to the address bar, and click the "Add this question" button. Then go browse something else while StalkStalker does the work for you. No need for logging in or creating a Stack Exchange account.

When you've added one or more questions, the logo will turn from gray (inactive) to blue (active). When a question has been updated, meaning the answer count, comment count, upvote count, or answer acceptance status has been updated, the icon will display a number for how many questions have been updated.

Clicking on the StackStalker icon will bring up a popup window displaying the questions you've chosen to monitor. On the left of each question are at least two action buttons: toggle monitor (eye icon) and delete (X icon). If the question has been updated, its background will turn yellow and you'll have one more action button: mark as read (book icon).

If you click on the eye icon, it will open or close the eye, indicating whether or not StackStalker will actively check for updates to this question. It's recommended that you un-monitor older, less active questions to prevent unnecessary requests to the Stack Exchange API.

Clicking the X icon will remove the question from your list. You can always add it back by revisiting the question and adding it again.

Clicking the book icon will remove the "updated" status from the question you are monitoring without navigating to the question. If you click the title of the question, it will remove the "updated" status as well.

Please feel free to direct suggestions, bugs, or pull requests to the StackStalker repository: https://github.com/ultimatedelman/stackstalker.                    

एक्सटेंशन की मूल जानकारी

नाम StackStalker StackStalker
ID paoeolblihedcagbofkkkecjilmpehmo
आधिकारिक URL https://chromewebstore.google.com/detail/stackstalker/paoeolblihedcagbofkkkecjilmpehmo
विवरण Monitor any question from any Stack Exchange site and see when it is updated!
फ़ाइल का आकार 58.33 KB
स्थापना संख्या 264
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2017-05-05
प्रकाशन तिथि 2017-05-05
रेटिंग 3.46/5 कुल 26 रेटिंग्स
डेवलपर https://jasonedelman.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ultimatedelman/stackstalker
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StackStalker",
    "version": "3.0.2",
    "description": "Monitor any question from any Stack Exchange site and see when it is updated!",
    "icons": {
        "128": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "apis.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "http:\/\/*.stackoverflow.com\/",
        "https:\/\/*.stackoverflow.com\/",
        "https:\/\/*.superuser.com\/",
        "https:\/\/*.stackapps.com\/",
        "https:\/\/*.serverfault.com\/",
        "https:\/\/*.askubuntu.com\/",
        "https:\/\/*.mathoverflow.com\/",
        "https:\/\/*.stackexchange.com\/"
    ],
    "author": "Jason Edelman",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/stackstalker\/paoeolblihedcagbofkkkecjilmpehmo"
}