ManRepository - Linux Man Pages

The Linux man-pages repository for Linux commands and programs.

ManRepository - Linux Man Pages क्या है?

ManRepository - Linux Man Pages https://manrepository.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Linux man-pages repository for Linux commands and programs."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ManRepository - Linux Man Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "Linux Man Pages" is a Chrome extension that allows users to quickly and easily search Linux man pages from the omnibox (address bar) by simply typing "man" followed by the command they wish to look up. 

In addition to this, the extension also includes a context menu option, allowing users to search for man pages by right-clicking on a selected piece of text and choosing the "Search Linux man pages" option. 

This extension is a convenient tool for anyone working with Linux systems, as it provides quick access to the comprehensive documentation provided by man pages. 

The extension is from the official website, manrepository.com, which offers a variety of features to support users in their search for Linux man pages.                    

एक्सटेंशन की मूल जानकारी

नाम ManRepository - Linux Man Pages ManRepository - Linux Man Pages
ID oifkofaddnhdgegbhgepibjdbhgcnioi
आधिकारिक URL https://chromewebstore.google.com/detail/manrepository-linux-man-p/oifkofaddnhdgegbhgepibjdbhgcnioi
विवरण The Linux man-pages repository for Linux commands and programs.
फ़ाइल का आकार 76.22 KB
स्थापना संख्या 56
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-05-26
प्रकाशन तिथि 2023-01-09
डेवलपर https://manrepository.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://manrepository.com/
सहायता पृष्ठ URL https://manrepository.com/
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1Z1s5lAe0i8UuhcU0s9DVsm3gVjYlyaLNUzRYsLmzGFg/edit?usp=sharing
समर्थित भाषाएँ id,de,en,fr,vi,tr,ca,da,et,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,bg,ru,uk,iw,hi,gu,kn-IN,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "ManRepository",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "ManRepository.com",
    "manifest_version": 3,
    "version": "0.0.5",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/manrepository.com\/*",
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Linux Man Pages"
    },
    "omnibox": {
        "keyword": "man"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "192": "icons\/icon192.png",
        "512": "icons\/icon512.png"
    }
}