Backlog Notification Extension
Backlog のお知らせをメニューバーから通知・確認できる Web Extension です
What is Backlog Notification Extension?
Backlog Notification Extension is a Chrome extension developed by lollipop.onl, and its main feature is "Backlog のお知らせをメニューバーから通知・確認できる Web Extension です".
Extension Screenshots
Download Backlog Notification Extension Extension CRX File
Download Backlog Notification Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
※この拡張機能は Backlog API を使用した非公式なものです。 Backlog のお知らせの件数と一覧を確認できる拡張機能です。 一覧からは各課題を開いたり、その場で既読にしたりできます。 使い方: 1. 拡張機能の設定からスペースドメインとAPIキーを保存します 2. 拡張機能アイコンをクリックしてお知らせの一覧を表示します 3. お知らせをクリックするとリンクが開きます 4. メタキー(Windows: Ctrl / Mac: Command)と押しながらお知らせをクリックすると、課題を既読にできます 5. Shift キーと押しながらお知らせをクリックすると、課題キーとタイトルをコピーできます 6. すべてのお知らせを既読にします 7. 最近閲覧したプロジェクトにアクセスします 8. 最近閲覧した課題にアクセスします
Extension Basic Information
Name | Backlog Notification Extension |
ID | gmmfbpjchelnedibjoidghghnigggebn |
Official URL | https://chromewebstore.google.com/detail/backlog-notification-exte/gmmfbpjchelnedibjoidghghnigggebn |
Description | Backlog のお知らせをメニューバーから通知・確認できる Web Extension です |
File Size | 2.02 MB |
Installation Count | 229 |
Current Version | 1.4.0 |
Last Updated | 2021-10-05 |
Publish Date | 2021-07-13 |
Developer | lollipop.onl |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lollipop-onl/webextensions-backlog-notification |
Supported Languages | 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 } } |