Pkgsrc Freeze Status
Shows status of Pkgsrc freeze
Pkgsrc Freeze Status क्या है?
Pkgsrc Freeze Status Travis Paul द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows status of Pkgsrc freeze"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pkgsrc Freeze Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shows the status of a pkgsrc freeze. The typical orange Pkgsrc icon is shown if there is no freeze and a blue icon is shown if there is a freeze. Now there's no excuse to say you didn't know the Pkgsrc tree was frozen! Technical Details: This extension uses the chrome alarm API to make a HEAD request to http://www.pkgsrc.org/is-a-freeze-on/ to see if there is currently a pkgsrc freeze. If the ETag changes (or on the first request) we make a full GET and parse the document body to see if there is a freeze.
एक्सटेंशन की मूल जानकारी
नाम | Pkgsrc Freeze Status |
ID | hkjbalmocmojflppelljlnjpcmkbidph |
आधिकारिक URL | https://chromewebstore.google.com/detail/pkgsrc-freeze-status/hkjbalmocmojflppelljlnjpcmkbidph |
विवरण | Shows status of Pkgsrc freeze |
फ़ाइल का आकार | 41.21 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-01-05 |
प्रकाशन तिथि | 2016-01-05 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Travis Paul |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/TravisPaul/crx-pkgsrc-freeze |
सहायता पृष्ठ URL | https://github.com/TravisPaul/crx-pkgsrc-freeze/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "img\/16-pkgsrc.png", "19": "img\/19-pkgsrc.png", "48": "img\/48-pkgsrc.png", "128": "img\/128-pkgsrc.png" }, "browser_action": { "default_icon": { "19": "img\/19-default.png", "38": "img\/38-default.png" }, "default_title": "__MSG_status_unknown__" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/www.pkgsrc.org\/is-a-freeze-on\/", "alarms" ], "offline_enabled": false } |