Trac Notifier

Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).

Trac Notifierとは何ですか?

Trac NotifierはPeter Prikrylによって開発されたChromeの拡張機能で、その主な機能は「Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).」です。

拡張機能のスクリーンショット

screenshot
screenshot

Trac Notifier拡張機能のCRXファイルをダウンロード

Trac Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # Trac Notifier

Checks the news in the Trac RSS and notifies you about them. Just visit the Trac page and click the page action in the URL bar. Tick the displayed feeds you want to watch.

## Features

- You can set the interval at which the news should be checked.
- You can follow multiple RSS feeds in multiple Trac projects.
- Credentials to use for Basic Authentication can be set in the options.
- Supports Forms Authentication

## Permissions

Your data on all websites
:	Used to check whether the current page belongs to Trac.

Notifications
:	Used to display Trac notifications.                    

拡張機能の基本情報

名前 Trac Notifier Trac Notifier
ID ekgfjockodkkmnidgefajfjhbhflpghk
公式URL https://chromewebstore.google.com/detail/trac-notifier/ekgfjockodkkmnidgefajfjhbhflpghk
説明 Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).
ファイルサイズ 41.74 KB
インストール数 29
現在のバージョン 1.4
最終更新日 2013-12-03
公開日 2013-12-03
評価 5.00/5 合計 1 レビュー
開発者 Peter Prikryl
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://pc.poradna.net/info/gdpr
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trac Notifier",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Trac Notifier",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications",
        ""
    ],
    "web_accessible_resources": [
        "images\/vertbars.png",
        "images\/attachment.png",
        "images\/batchmodify.png",
        "images\/closedticket.png",
        "images\/editedticket.png",
        "images\/changeset.png",
        "images\/milestone.png",
        "images\/newticket.png",
        "images\/reopenedticket.png",
        "images\/wiki.png"
    ]
}