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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trac Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# 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": [ " |