DevDocs Web Ext
Find documents in devdocs.io with a popup window from a browser Extension!
DevDocs Web Extคืออะไร?
DevDocs Web Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arianrhod และคุณลักษณะหลักของมันคือ "Find documents in devdocs.io with a popup window from a browser Extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevDocs Web Ext
ดาวน์โหลดไฟล์ส่วนขยาย DevDocs Web Ext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        DevDocs Web Ext is a browser extension that allows you to quickly search and browse online documentations from DevDocs (https://devdocs.io).                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | kdjoccdpjblcefijcfhnjoljodddedpj | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devdocs-web-ext/kdjoccdpjblcefijcfhnjoljodddedpj | 
| คำอธิบาย | Find documents in devdocs.io with a popup window from a browser Extension! | 
| ขนาดไฟล์ | 1.53 MB | 
| จำนวนการติดตั้ง | 1,205 | 
| เวอร์ชันปัจจุบัน | 0.5.5 | 
| อัปเดตครั้งล่าสุด | 2024-01-24 | 
| วันที่เผยแพร่ | 2019-07-14 | 
| คะแนน | 5.00/5 รวมทั้งหมด 15 คะแนน | 
| ผู้พัฒนา | Arianrhod | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/arianrhodsandlot/devdocs-web-ext | 
| URL หน้าช่วยเหลือ | https://github.com/arianrhodsandlot/devdocs-web-ext | 
| ภาษาที่รองรับ | en,fr,zh-CN,zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.5.5",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/arianrhodsandlot\/devdocs-web-ext",
    "icons": {
        "16": "icon-16.df7db61b.png",
        "128": "icon-128.0e497dfa.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.662a17f9.js"
    },
    "action": {
        "default_icon": {
            "19": "icon-19.ac520b5f.png",
            "38": "icon-38.278cc3fd.png"
        },
        "default_title": "DevDocs Web Ext",
        "default_popup": "popup.e1e65ba4.html"
    },
    "options_ui": {
        "page": "options.25271cce.html"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/devdocs.io\/",
        "*:\/\/docs.devdocs.io\/",
        "*:\/\/documents.devdocs.io\/"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Open the popup window"
        }
    }
}  |  |