Backlog Notification Extension

Backlog のお知らせをメニューバーから通知・確認できる Web Extension です

Wat is Backlog Notification Extension?

Backlog Notification Extension is een Chrome-extensie ontwikkeld door lollipop.onl, en de belangrijkste functie is "Backlog のお知らせをメニューバーから通知・確認できる Web Extension です".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Backlog Notification Extension

Download Backlog Notification Extension-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

                        ※この拡張機能は Backlog API を使用した非公式なものです。

Backlog のお知らせの件数と一覧を確認できる拡張機能です。
一覧からは各課題を開いたり、その場で既読にしたりできます。

使い方:
1. 拡張機能の設定からスペースドメインとAPIキーを保存します
2. 拡張機能アイコンをクリックしてお知らせの一覧を表示します
3. お知らせをクリックするとリンクが開きます
4. メタキー(Windows: Ctrl / Mac: Command)と押しながらお知らせをクリックすると、課題を既読にできます
5. Shift キーと押しながらお知らせをクリックすると、課題キーとタイトルをコピーできます
6. すべてのお知らせを既読にします
7. 最近閲覧したプロジェクトにアクセスします
8. 最近閲覧した課題にアクセスします                    

Basisinformatie over de Extensie

Naam Backlog Notification Extension Backlog Notification Extension
ID gmmfbpjchelnedibjoidghghnigggebn
Officiële URL https://chromewebstore.google.com/detail/backlog-notification-exte/gmmfbpjchelnedibjoidghghnigggebn
Beschrijving Backlog のお知らせをメニューバーから通知・確認できる Web Extension です
Bestandsgrootte 2.02 MB
Aantal Installaties 229
Huidige Versie 1.4.0
Laatst Bijgewerkt 2021-10-05
Publicatiedatum 2021-07-13
Ontwikkelaar lollipop.onl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lollipop-onl/webextensions-backlog-notification
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4.0",
    "name": "Backlog Notification Extension",
    "description": "Backlog \u306e\u304a\u77e5\u3089\u305b\u3092\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc\u304b\u3089\u901a\u77e5\u30fb\u78ba\u8a8d\u3067\u304d\u308b Web Extension \u3067\u3059",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/*.backlog.com\/api\/v2\/*",
        "https:\/\/*.backlog.jp\/api\/v2\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}