Backlog Notification Extension
Backlog のお知らせをメニューバーから通知・確認できる Web Extension です
Was ist Backlog Notification Extension?
Backlog Notification Extension ist eine Chrome-Erweiterung, die von lollipop.onl entwickelt wurde, und ihr Hauptmerkmal ist "Backlog のお知らせをメニューバーから通知・確認できる Web Extension です".
Erweiterungsscreenshots
Backlog Notification Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Backlog Notification Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
※この拡張機能は Backlog API を使用した非公式なものです。 Backlog のお知らせの件数と一覧を確認できる拡張機能です。 一覧からは各課題を開いたり、その場で既読にしたりできます。 使い方: 1. 拡張機能の設定からスペースドメインとAPIキーを保存します 2. 拡張機能アイコンをクリックしてお知らせの一覧を表示します 3. お知らせをクリックするとリンクが開きます 4. メタキー(Windows: Ctrl / Mac: Command)と押しながらお知らせをクリックすると、課題を既読にできます 5. Shift キーと押しながらお知らせをクリックすると、課題キーとタイトルをコピーできます 6. すべてのお知らせを既読にします 7. 最近閲覧したプロジェクトにアクセスします 8. 最近閲覧した課題にアクセスします
Grundlegende Informationen zur Erweiterung
Name | Backlog Notification Extension |
ID | gmmfbpjchelnedibjoidghghnigggebn |
Offizielle URL | https://chromewebstore.google.com/detail/backlog-notification-exte/gmmfbpjchelnedibjoidghghnigggebn |
Beschreibung | Backlog のお知らせをメニューバーから通知・確認できる Web Extension です |
Dateigröße | 2.02 MB |
Installationsanzahl | 229 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2021-10-05 |
Veröffentlichungsdatum | 2021-07-13 |
Entwickler | lollipop.onl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lollipop-onl/webextensions-backlog-notification |
Unterstützte Sprachen | 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 } } |