Hatena::Notify

Get your notifications from Hatena

Wat is Hatena::Notify?

Hatena::Notify is een Chrome-extensie ontwikkeld door https://www.hatena.ne.jp, en de belangrijkste functie is "Get your notifications from Hatena".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hatena::Notify

Download Hatena::Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

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

Basisinformatie over de Extensie

Naam Hatena::Notify Hatena::Notify
ID djnlmphamjelmfnafkmkhepdcadaaogh
Officiële URL https://chromewebstore.google.com/detail/hatenanotify/djnlmphamjelmfnafkmkhepdcadaaogh
Beschrijving Get your notifications from Hatena
Bestandsgrootte 19.14 KB
Aantal Installaties 20,000
Huidige Versie 0.0.7
Laatst Bijgewerkt 2019-12-24
Publicatiedatum 2019-12-24
Beoordeling 4.38/5 Totaal 24 Beoordelingen
Ontwikkelaar https://www.hatena.ne.jp
Betalingswijze free
Ondersteunde Talen 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"
}