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).”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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": [ " |