Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Google™ Doodle Notifier là gì?

Google™ Doodle Notifier là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Get notifications for latest Google Doodles.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google™ Doodle Notifier

Tải xuống các tệp mở rộng Google™ Doodle Notifier 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

                        Get notifications for latest Google Doodles.

Have any suggestion or feedback? Email us at [email protected], or visit http://browsernative.com/extensions/.


Created by BrowserNative. Not affiliated with Google. Doesn't track your browsing activities etc.                    

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

Tên Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
URL Chính Thức https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Mô tả Get notifications for latest Google Doodles.
Kích Thước Tệp 19.76 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2018-01-31
Ngày Phát Hành 2018-01-31
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browsernative.com/extensions/?d
URL Trang Trợ Giúp http://browsernative.com/extensions/?d
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google\u2122 Doodle Notifier",
    "description": "Get notifications for latest Google Doodles.",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/www.google.com\/"
    ],
    "version": "0.0.5",
    "homepage_url": "https:\/\/browsernative.com\/extensions\/?d",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "See Latest Google Doodle"
    }
}