Tiny Tiny RSS Checker

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

Tiny Tiny RSS Checker란 무엇입니까?

Tiny Tiny RSS Checker은(는) Marcel Dopita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the number of unread articles in your Tiny Tiny RSS installation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tiny Tiny RSS Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Tiny Tiny RSS Checker Tiny Tiny RSS Checker
ID injnpmieoiaflnemdibhkflicchhaldh
공식 URL https://chromewebstore.google.com/detail/tiny-tiny-rss-checker/injnpmieoiaflnemdibhkflicchhaldh
설명 This extension displays the number of unread articles in your Tiny Tiny RSS installation.
파일 크기 69.41 KB
설치 횟수 444
현재 버전 0.5.3.4
최근 업데이트 2016-10-20
출시 날짜 2016-10-20
평점 3.60/5 총 5 개의 평점
개발자 Marcel Dopita
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://brouken.com/privacy-policy.html
지원되는 언어 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:\/\/*\/*"
    ]
}