DevDocs

Quickly find DevDocs without wasting a tab

DevDocsとは何ですか?

DevDocsはMightySCollinsによって開発されたChromeの拡張機能で、その主な機能は「Quickly find DevDocs without wasting a tab」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 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"
    }
}