Tiny Tiny RSS Checker

This extension displays the number of unread articles in your Tiny Tiny RSS installation.

Tiny Tiny RSS Checker là gì?

Tiny Tiny RSS Checker là một tiện ích mở rộng Chrome được phát triển bởi Marcel Dopita, và tính năng chính của nó là "This extension displays the number of unread articles in your Tiny Tiny RSS installation.".

Ả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 Tiny Tiny RSS Checker

Tải xuống các tệp mở rộng Tiny Tiny RSS Checker 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

                        This extension adds a toolbar button which changes color when unread articles are available in your Tiny Tiny RSS installation and displays the number of unread in a tooltip and, optionally, using a badge.

This is a fork of "Tiny Tiny RSS Notifier" by Andrew Dolgov (of tt-rss.org). The original version is stuck at version 0.5.2. This version contains the later unpublished feature: "improve click action: open site_url in empty/existing/new tab" and other improvements (Options UI with sync support).

Author of the original "Tiny Tiny RSS Notifier" about not updating the extension any more: https://tt-rss.org/forum/viewtopic.php?f=16&t=1267&p=19576#p19579

Source of this fork: https://github.com/moneytoo/tt-rss-checker-chrome                    

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

Tên Tiny Tiny RSS Checker Tiny Tiny RSS Checker
ID injnpmieoiaflnemdibhkflicchhaldh
URL Chính Thức https://chromewebstore.google.com/detail/tiny-tiny-rss-checker/injnpmieoiaflnemdibhkflicchhaldh
Mô tả This extension displays the number of unread articles in your Tiny Tiny RSS installation.
Kích Thước Tệp 69.41 KB
Số Lần Cài Đặt 444
Phiên Bản Hiện Tại 0.5.3.4
Cập Nhật Lần Cuối 2016-10-20
Ngày Phát Hành 2016-10-20
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Marcel Dopita
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://brouken.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Tiny RSS Checker",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "version": "0.5.3.4",
    "manifest_version": 2,
    "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation.",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/normal.png",
        "default_title": "No unread articles"
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}