Deb Package Search
Deb Package Search, easily search packages in the official Debian/Ubuntu repositories.
Deb Package Searchとは何ですか?
Deb Package Searchはcrsmonchoによって開発されたChromeの拡張機能で、その主な機能は「Deb Package Search, easily search packages in the official Debian/Ubuntu repositories.」です。
拡張機能のスクリーンショット
Deb Package Search拡張機能のCRXファイルをダウンロード
Deb Package Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changelog:
24 Dec 2014 - 3.0.2
- Fixed Enter keypress not submitting correctly the secondary search buttons.
22 Dec 2014 - 3.0.1
- Added repository link. Any improvement or fix is welcome.
- Slightly reduced load time.
21 Dec 2014 - 3.0.0
- Yet another massive core & look change.
- Options are saved in real time.
- Greatly optimized package searching.
25 Apr 2012 - 2.0.0
- Completely rewritten core.
- Merged Yet Another Debian Package Search with Ubuntu Package Search.
- Distro selectable (Debian by default).
- Optimized search and load times (First load may be a bit slow but then it boots quite fast!)
- Added config options.
- Accepts regular expressions.
_______________________________________
Deb Package Search (DPS) lets you search packages in the official Debian/Ubuntu repositories with advanced options as distribution, architecture, section and/or suite. It features a smooth dropdown list with all matching packages as you write.
Please, report any misspelling or grammar error. Extension fixes and improvements are welcome too ;) 拡張機能の基本情報
| 名前 | |
| ID | ibogdmfcedjcmnjlfhbnfhofdhjnkcjm |
| 公式URL | https://chrome.google.com/webstore/detail/deb-package-search/ibogdmfcedjcmnjlfhbnfhofdhjnkcjm |
| 説明 | Deb Package Search, easily search packages in the official Debian/Ubuntu repositories. |
| ファイルサイズ | 246 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 3.0.2 |
| 最終更新日 | 2014-12-24 |
| 公開日 | 2014-12-24 |
| 評価 | 4.50/5 合計 18 レビュー |
| 開発者 | crsmoncho |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://bitbucket.org/crimoniv/deb-package-search |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Deb Package Search",
"description": "Deb Package Search, easily search packages in the official Debian\/Ubuntu repositories.",
"version": "3.0.2",
"permissions": [
"tabs",
"storage",
"*:\/\/packages.debian.org\/*",
"*:\/\/packages.ubuntu.com\/*"
],
"browser_action": {
"default_icon": "img\/icon128.png",
"default_popup": "index.html",
"default_title": "Deb Package Search"
},
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"48": "img\/icon48.png"
}
} | |