Hatena::Notify

Get your notifications from Hatena

What is Hatena::Notify?

Hatena::Notify is a Chrome extension developed by https://www.hatena.ne.jp, and its main feature is "Get your notifications from Hatena".

Extension Screenshots

screenshot
screenshot

Download Hatena::Notify Extension CRX File

Download Hatena::Notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        はてなの各サービスからのお知らせ通知を受け取る、はてなオフィシャルの拡張です。

はてなのお知らせ拡張では、自分のブログにコメントが付いた、ブックマークコメントにスターが付いた、などといったはてなの各サービスからの通知をまとめて受け取ることができます。

未読の通知がある場合、拡張アイコンに未読の通知数が表示されます。また新しい通知が届いた場合、Chromeのデスクトップ通知にも表示されます。

拡張アイコンをクリックすると通知が一覧で表示されます。未読の通知の場合、通知一覧では背景が黄色で表示されます。

この通知はウェブのどこを見ていても受け取ることができます。はてな各サービスからの通知にすぐ気づくことができます。                    

Extension Basic Information

Name Hatena::Notify Hatena::Notify
ID djnlmphamjelmfnafkmkhepdcadaaogh
Official URL https://chromewebstore.google.com/detail/hatenanotify/djnlmphamjelmfnafkmkhepdcadaaogh
Description Get your notifications from Hatena
File Size 19.14 KB
Installation Count 20,000
Current Version 0.0.7
Last Updated 2019-12-24
Publish Date 2019-12-24
Rating 4.38/5 Total 24 Ratings
Developer https://www.hatena.ne.jp
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.hatena.ne.jp\/notify\/notices.iframe*",
                "*:\/\/www.hatena.com\/notify\/notices.iframe*"
            ],
            "js": [
                "installed.content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "background",
        "http:\/\/*.hatena.ne.jp\/",
        "https:\/\/*.hatena.ne.jp\/",
        "http:\/\/*.hatena.com\/",
        "https:\/\/*.hatena.com\/"
    ],
    "default_locale": "en"
}