Notifffy - Dribbble Notifications

Desktop notifications for your Dribbble activity.…

Notifffy - Dribbble Notifications là gì?

Notifffy - Dribbble Notifications là một tiện ích mở rộng Chrome được phát triển bởi Tactile Online, và tính năng chính của nó là "Desktop notifications for your Dribbble activity.…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notifffy - Dribbble Notifications

Tải xuống các tệp mở rộng Notifffy - Dribbble Notifications 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

                        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.                    

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

Tên Notifffy - Dribbble Notifications Notifffy - Dribbble Notifications
ID cgfbkdpncpdcobjhpkdnidfblkpodhap
URL Chính Thức https://chromewebstore.google.com/detail/notifffy-dribbble-notific/cgfbkdpncpdcobjhpkdnidfblkpodhap
Mô tả Desktop notifications for your Dribbble activity.…
Kích Thước Tệp 289 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2017-10-04
Ngày Phát Hành 2017-10-04
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Tactile Online
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": "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'"
}