Hatena::Notify

Get your notifications from Hatena

Qu'est-ce que Hatena::Notify ?

Hatena::Notify est une extension Chrome développée par https://www.hatena.ne.jp, et sa fonction principale est "Get your notifications from Hatena".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hatena::Notify

Téléchargez les fichiers d'extension Hatena::Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

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

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

Informations de Base sur l'Extension

Nom Hatena::Notify Hatena::Notify
ID djnlmphamjelmfnafkmkhepdcadaaogh
URL Officiel https://chromewebstore.google.com/detail/hatenanotify/djnlmphamjelmfnafkmkhepdcadaaogh
Description Get your notifications from Hatena
Taille du Fichier 19.14 KB
Nombre d'Installations 20,000
Version Actuelle 0.0.7
Dernière Mise à Jour 2019-12-24
Date de Publication 2019-12-24
Évaluation 4.38/5 Total 24 Évaluations
Développeur https://www.hatena.ne.jp
Type de Paiement free
Langues Prises en Charge 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"
}