Pkgsrc Freeze Status
Shows status of Pkgsrc freeze
Pkgsrc Freeze Statusคืออะไร?
Pkgsrc Freeze Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Travis Paul และคุณลักษณะหลักของมันคือ "Shows status of Pkgsrc freeze"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pkgsrc Freeze Status
ดาวน์โหลดไฟล์ส่วนขยาย Pkgsrc Freeze Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |