D2 - Developer Documentation

Quick access to popular libraries, frameworks & tools online developer documentation

D2 - Developer Documentationคืออะไร?

D2 - Developer Documentation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nire0510 และคุณลักษณะหลักของมันคือ "Quick access to popular libraries, frameworks & tools online developer documentation"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D2 - Developer Documentation

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

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

                        # D2 - Developer Documentation
Quick access to popular libraries, frameworks & tools online developer documentation.

With all these great frameworks & libraries out there, it's hard to master each one of them.
*D2* (Developer Documentation) provides links to online documentation of the most popular frameworks, libraries and other development tools, so you’ll able to get some answers quickly.

## Installation
1. Open [D2 page on Chrome Web Store](https://chrome.google.com/webstore/detail/d2-developer-documentatio/pcndaioeajanljljbjglanbmnmhgdjln) on Google Chrome Webstore
2. Click on the blue "Add to Chrome" button
3. Confirm installation by clicking on the "Add extension" button

## How To Use
1. Click on the extension's logo to open the links list.  
Alternatively, you can set a keyboard shortcut on Chrome Extensions page (chrome://extensions/ >> Keyboard shortcuts)
2. Open a link:
    - Click on the search icon, type a tool's name and click on its link, or:  
    - Type a tool's name and click enter, or:
    - Scroll down with your mouse and click on any link

## Submit a New Link
1. Open [D2 repository](https://github.com/nire0510/d2) on Github
2. Make sure the link is not already in the file
3. [Edit `data.json` file](https://github.com/nire0510/d2/edit/master/data.json)
4. Add your link object to the bottom of the array:
```json
{
  "name": "Tool's name as appear on its website",
  "description": "Tool's description as appear on its website, up to 100 characters",
  "tags": ["lowered", "case", "tags"],
  "link": "direct link to documentation / api page, e.g. https://emberjs.com/api/",
  "timestamp": "current date as YYYY-MM-DD, e.g. 2017-01-01",
  "credit": "your_username@some_website, e.g. nire0510@github"
}
```
5. Submit your PR                    

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

ชื่อ D2 - Developer Documentation D2 - Developer Documentation
ID pcndaioeajanljljbjglanbmnmhgdjln
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/d2-developer-documentatio/pcndaioeajanljljbjglanbmnmhgdjln
คำอธิบาย Quick access to popular libraries, frameworks & tools online developer documentation
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 239
เวอร์ชันปัจจุบัน 0.1.11
อัปเดตครั้งล่าสุด 2017-05-06
วันที่เผยแพร่ 2017-05-06
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา nire0510
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "D2 - Developer Documentation",
    "version": "0.1.11",
    "manifest_version": 2,
    "description": "Quick access to popular libraries, frameworks & tools online developer documentation",
    "icons": {
        "48": "images\/icon48.png",
        "72": "images\/icon72.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon144.png",
        "default_title": "D2 - Developer Documentation",
        "default_popup": "views\/action.html"
    }
}