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" } } |