Deb Package Search

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

Deb Package Search क्या है?

Deb Package Search crsmoncho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Deb Package Search, easily search packages in the official Debian/Ubuntu repositories."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deb Package Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}