Digg Reader Notifier

Shows the number os unread feeds in your Digg Reader [DISCONTINUED].

Digg Reader Notifierคืออะไร?

Digg Reader Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonatas Urias B Teixeira และคุณลักษณะหลักของมันคือ "Shows the number os unread feeds in your Digg Reader [DISCONTINUED]."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Digg Reader Notifier

ดาวน์โหลดไฟล์ส่วนขยาย Digg Reader Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [DISCONTINUED]

"Google Reader Notifier" replacement.

This plugin notifies you the number of unread feeds on your Digg Reader. To check you feeds out, all you need to do is click on the icon. You may also view your unread feeds on a "popout".
Check the options page for more.

Version 2.3.2:
Digg reader is dead for quite some time now.
The goal of this update is alert users that still have this plugin installed, so they can remove it.

Version 2.3.1:
 - desktop notification & sound BUG fixed.

Version 2.3:
 - desktop notification & sound option added.

Version 2.2.1:
 - permissions updated to only the necessary.

Version 2.2:
 - auto update count when leaving Digg Reader's page.
 - minor bugs fixed.

Version 2.1:
 - option to view unread on popout.

DISCLAIMER: I don't owe the rights of the Digg logo or name. This plugin is for personal use only.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Digg Reader Notifier Digg Reader Notifier
ID kjlbcodpcgndjcgamkakbddgghcfcmob
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/digg-reader-notifier/kjlbcodpcgndjcgamkakbddgghcfcmob
คำอธิบาย Shows the number os unread feeds in your Digg Reader [DISCONTINUED].
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 298
เวอร์ชันปัจจุบัน 2.3.2
อัปเดตครั้งล่าสุด 2020-12-19
วันที่เผยแพร่ 2020-12-19
คะแนน 4.66/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา Jonatas Urias B Teixeira
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": [
        {
            "name": "Jonatas Urias B Teixeira",
            "email": "[email protected]"
        }
    ],
    "manifest_version": 2,
    "name": "Digg Reader Notifier",
    "description": "Shows the number os unread feeds in your Digg Reader [DISCONTINUED].",
    "version": "2.3.2",
    "permissions": [],
    "browser_action": {
        "default_icon": "ico\/19.png"
    },
    "icons": {
        "128": "ico\/128.png",
        "64": "ico\/64.png",
        "32": "ico\/32.png",
        "24": "ico\/24.png",
        "16": "ico\/16.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.9.0.min.js",
            "js\/func.js",
            "js\/init.js"
        ]
    },
    "web_accessible_resources": [
        "ico\/16.png",
        "ico\/128.png"
    ]
}