Trac Notifier
Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).
Co je Trac Notifier?
Trac Notifier je rozšíření Chrome vyvinuté Peter Prikryl, a jeho hlavní funkcí je „Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trac Notifier
Stáhněte si soubory rozšíření Trac Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
# 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.
Základní Informace o Rozšíření
Název | |
ID | ekgfjockodkkmnidgefajfjhbhflpghk |
Oficiální URL | https://chromewebstore.google.com/detail/trac-notifier/ekgfjockodkkmnidgefajfjhbhflpghk |
Popis | Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms). |
Velikost souboru | 41.74 KB |
Počet instalací | 29 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2013-12-03 |
Datum Vydání | 2013-12-03 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Peter Prikryl |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://pc.poradna.net/info/gdpr |
Podporované Jazyky | 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": [ " |