bl.ocks.org
View any gist on bl.ocks.org.
What is bl.ocks.org?
bl.ocks.org is a Chrome extension developed by https://ocks.org, and its main feature is "View any gist on bl.ocks.org.".
Extension Screenshots
Download bl.ocks.org Extension CRX File
Download bl.ocks.org 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
Quickly jump between any GitHub Gist and the corresponding live view on bl.ocks.org.
Extension Basic Information
Name | bl.ocks.org |
ID | phjkbonaifennbfpmieeipknnkhaoiaf |
Official URL | https://chromewebstore.google.com/detail/blocksorg/phjkbonaifennbfpmieeipknnkhaoiaf |
Description | View any gist on bl.ocks.org. |
File Size | 6.82 KB |
Installation Count | 1,339 |
Current Version | 1.3.10 |
Last Updated | 2016-03-29 |
Publish Date | 2016-03-29 |
Rating | 4.71/5 Total 7 Ratings |
Developer | https://ocks.org |
Payment Type | free |
Extension Website | http://bl.ocks.org |
Help Page URL | http://bl.ocks.org |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bl.ocks.org", "version": "1.3.10", "short_name": "bl.ocks", "description": "View any gist on bl.ocks.org.", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/*" ], "js": [ "blocks.js" ], "run_at": "document_end" } ] } |