DevDocs

Quickly find DevDocs without wasting a tab

DevDocsคืออะไร?

DevDocs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MightySCollins และคุณลักษณะหลักของมันคือ "Quickly find DevDocs without wasting a tab"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevDocs

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

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

                        This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DevDocs DevDocs
ID kfollpcdnbaimpmjhkoghaegiendpidj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj
คำอธิบาย Quickly find DevDocs without wasting a tab
ขนาดไฟล์ 25.52 KB
จำนวนการติดตั้ง 2,645
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2016-01-13
วันที่เผยแพร่ 2016-01-13
คะแนน 4.64/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา MightySCollins
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevDocs",
    "short_name": "DevDocs",
    "author": "Sam Collins",
    "description": "Quickly find DevDocs without wasting a tab",
    "version": "0.0.3",
    "manifest_version": 2,
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "DevDocs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}