Question Monitor for Stack Exchange

Tracks relevant unanswered questions on the Stack Exchange network.

Question Monitor for Stack Exchange là gì?

Question Monitor for Stack Exchange là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Tracks relevant unanswered questions on the Stack Exchange network.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Question Monitor for Stack Exchange

Tải xuống các tệp mở rộng Question Monitor for Stack Exchange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        1. Pick the Stack Exchange networks and tags you want to monitor.
2. Get notifications whenever there's a new question on those tags.
3. Click and browse the pending questions from by opening the browser action.

Change Log

0.9.1: Moved to StackOverflow API 2.2                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Question Monitor for Stack Exchange Question Monitor for Stack Exchange
ID bnnkhapbhkejookmhgpgaikfdoegkmdp
URL Chính Thức https://chromewebstore.google.com/detail/question-monitor-for-stac/bnnkhapbhkejookmhgpgaikfdoegkmdp
Mô tả Tracks relevant unanswered questions on the Stack Exchange network.
Kích Thước Tệp 85.97 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2014-05-19
Ngày Phát Hành 2014-05-19
Đánh Giá 3.90/5 Tổng số 20 Đánh Giá
Nhà Phát Triển [email protected]
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Question Monitor for Stack Exchange",
    "version": "0.9.1",
    "manifest_version": 2,
    "description": "Tracks relevant unanswered questions on the Stack Exchange network.",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "16": "images\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Show unanswered questions.",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/api.stackexchange.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'"
}