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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Deb Package Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 ;)                    

확장 프로그램 기본 정보

이름 Deb Package Search Deb Package Search
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"
    }
}