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