Notifffy - Dribbble Notifications

Desktop notifications for your Dribbble activity.…

Notifffy - Dribbble Notificationsคืออะไร?

Notifffy - Dribbble Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tactile Online และคุณลักษณะหลักของมันคือ "Desktop notifications for your Dribbble activity.…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifffy - Dribbble Notifications

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

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

                        Desktop notifications for your Dribbble activity.                                                                                                                                                                                                                                                                                                                           
                                                                                
When you have a new notification (for example, when someone likes your shot or follows you), the extension button will display a badge. Clicking on the button will open a quick drop down menu with your most recent notifications. You can also access to dribble detail page notifications directly from the extension. This way, you can get information of your Dribbble activity from anywhere on the Web. Go to see all incoming activity & clean the NEWs badge.                    

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

ชื่อ Notifffy - Dribbble Notifications Notifffy - Dribbble Notifications
ID cgfbkdpncpdcobjhpkdnidfblkpodhap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notifffy-dribbble-notific/cgfbkdpncpdcobjhpkdnidfblkpodhap
คำอธิบาย Desktop notifications for your Dribbble activity.…
ขนาดไฟล์ 289 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 2.4.1
อัปเดตครั้งล่าสุด 2017-10-04
วันที่เผยแพร่ 2017-10-04
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Tactile Online
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifffy - Dribbble Notifications",
    "short_name": "Notifffy",
    "version": "2.4.1",
    "permissions": [
        "",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Notifffy - Dribbble Notifications",
        "default_icon": "images\/icon-activity-grey.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jribbble.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}