Bar Charts for Hacker News Polls
Generate a bar chart for Hacker News polls.
什么是Bar Charts for Hacker News Polls?
Bar Charts for Hacker News Polls是由https://dannyadam.com开发的Chrome扩展程序,该扩展的主要功能是“Generate a bar chart for Hacker News polls.”。
扩展截图
下载Bar Charts for Hacker News Polls扩展crx文件
下载Bar Charts for Hacker News Polls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates a bar chart for Hacker News polls. 扩展基本信息
| 名称 | |
| ID | dpdhhdidaaippolkbadpdhlffnpnjimd |
| 官方URL | https://chromewebstore.google.com/detail/bar-charts-for-hacker-new/dpdhhdidaaippolkbadpdhlffnpnjimd |
| 简介 | Generate a bar chart for Hacker News polls. |
| 文件大小 | 42.59 KB |
| 安装次数 | 105 |
| 当前版本 | 1.9.4 |
| 更新时间 | 2022-02-24 |
| 上架时间 | 2020-03-25 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://dannyadam.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.dannyadam.com/blog/2013/07/bar-charts-for-hacker-news-polls/ |
| 支持的语言 | 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"
}
} | |