Pkgsrc Freeze Status
Shows status of Pkgsrc freeze
Pkgsrc Freeze Statusとは何ですか?
Pkgsrc Freeze StatusはTravis Paulによって開発されたChromeの拡張機能で、その主な機能は「Shows status of Pkgsrc freeze」です。
拡張機能のスクリーンショット
Pkgsrc Freeze Status拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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
} | |