Deb Package Search

Deb Package Search, easily search packages in the official Debian/Ubuntu repositories.

ما هو Deb Package Search؟

Deb Package Search هو إضافة Chrome تم تطويرها بواسطة crsmoncho، والميزة الرئيسية لها هي "Deb Package Search, easily search packages in the official Debian/Ubuntu repositories.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Deb Package Search

قم بتنزيل ملفات الامتداد Deb Package Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}