Bar Charts for Hacker News Polls
Generate a bar chart for Hacker News polls.
What is Bar Charts for Hacker News Polls?
Bar Charts for Hacker News Polls is a Chrome extension developed by https://dannyadam.com, and its main feature is "Generate a bar chart for Hacker News polls.".
Extension Screenshots
Download Bar Charts for Hacker News Polls Extension CRX File
Download Bar Charts for Hacker News Polls 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
Generates a bar chart for Hacker News polls.
Extension Basic Information
Name | Bar Charts for Hacker News Polls |
ID | dpdhhdidaaippolkbadpdhlffnpnjimd |
Official URL | https://chromewebstore.google.com/detail/bar-charts-for-hacker-new/dpdhhdidaaippolkbadpdhlffnpnjimd |
Description | Generate a bar chart for Hacker News polls. |
File Size | 42.59 KB |
Installation Count | 105 |
Current Version | 1.9.4 |
Last Updated | 2022-02-24 |
Publish Date | 2020-03-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://dannyadam.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.dannyadam.com/blog/2013/07/bar-charts-for-hacker-news-polls/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/extract.js", "src\/content.js" ], "matches": [ "*:\/\/news.ycombinator.com\/*" ] } ], "description": "Generate a bar chart for Hacker News polls.", "manifest_version": 2, "name": "Bar Charts for Hacker News Polls", "version": "1.9.4", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "src\/options.html" } } |