Backlog Notification Extension

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

Hvad er Backlog Notification Extension?

Backlog Notification Extension er en Chrome-udvidelse udviklet af lollipop.onl, og dens hovedfunktion er "Backlog のお知らせをメニューバーから通知・確認できる Web Extension です".

Udvidelsesskærmbilleder

screenshot

Download Backlog Notification Extension-udvidelses-CRX-fil

Download Backlog Notification Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

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

Grundlæggende oplysninger om udvidelsen

Navn Backlog Notification Extension Backlog Notification Extension
ID gmmfbpjchelnedibjoidghghnigggebn
Officiel URL https://chromewebstore.google.com/detail/backlog-notification-exte/gmmfbpjchelnedibjoidghghnigggebn
Beskrivelse Backlog のお知らせをメニューバーから通知・確認できる Web Extension です
Filstørrelse 2.02 MB
Antal Installationer 229
Nuværende Version 1.4.0
Senest Opdateret 2021-10-05
Udgivelsesdato 2021-07-13
Udvikler lollipop.onl
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/lollipop-onl/webextensions-backlog-notification
Understøttede Sprog 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
    }
}