DevDocs
Quickly find DevDocs without wasting a tab
什麼是DevDocs?
DevDocs是由MightySCollins開發的Chrome擴展程式,該擴展的主要功能是“Quickly find DevDocs without wasting a tab”。
擴展截圖
下載DevDocs擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | kfollpcdnbaimpmjhkoghaegiendpidj | 
| 官方網址 | 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"
    }
}  |  |