D3.js Sidekick

Provides d3.js help docs as an extension.

What is D3.js Sidekick?

D3.js Sidekick is a Chrome extension developed by thor5551, and its main feature is "Provides d3.js help docs as an extension.".

Extension Screenshots

screenshot

Download D3.js Sidekick Extension CRX File

Download D3.js Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provides searchable d3.js documentation right in your browser!                    

Extension Basic Information

Name D3.js Sidekick D3.js Sidekick
ID ennlagdgdhgdhbgmmcgpnmfclkjlmjdf
Official URL https://chromewebstore.google.com/detail/d3js-sidekick/ennlagdgdhgdhbgmmcgpnmfclkjlmjdf
Description Provides d3.js help docs as an extension.
File Size 103 KB
Installation Count 91
Current Version 1.1.0
Last Updated 2013-08-07
Publish Date 2013-08-07
Rating 1.00/5 Total 2 Ratings
Developer thor5551
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "D3.js Sidekick",
    "description": "Provides d3.js help docs as an extension.",
    "version": "1.1.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/github.com\/mbostock\/d3\/wiki\/*",
        "storage"
    ]
}