ManRepository - Linux Man Pages

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

ManRepository - Linux Man Pagesคืออะไร?

ManRepository - Linux Man Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://manrepository.com และคุณลักษณะหลักของมันคือ "The Linux man-pages repository for Linux commands and programs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ManRepository - Linux Man Pages

ดาวน์โหลดไฟล์ส่วนขยาย ManRepository - Linux Man Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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