Bar Charts for Hacker News Polls
Generate a bar chart for Hacker News polls.
Cos'è Bar Charts for Hacker News Polls?
Bar Charts for Hacker News Polls è un'estensione di Chrome sviluppata da https://dannyadam.com, e la sua funzione principale è "Generate a bar chart for Hacker News polls.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bar Charts for Hacker News Polls
Scarica i file di estensione Bar Charts for Hacker News Polls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Generates a bar chart for Hacker News polls. Informazioni di Base sull'Estensione
| Nome | |
| ID | dpdhhdidaaippolkbadpdhlffnpnjimd |
| URL Ufficiale | https://chromewebstore.google.com/detail/bar-charts-for-hacker-new/dpdhhdidaaippolkbadpdhlffnpnjimd |
| Descrizione | Generate a bar chart for Hacker News polls. |
| Dimensione del File | 42.59 KB |
| Conteggio Installazioni | 105 |
| Versione Corrente | 1.9.4 |
| Ultimo Aggiornamento | 2022-02-24 |
| Data di Pubblicazione | 2020-03-25 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://dannyadam.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.dannyadam.com/blog/2013/07/bar-charts-for-hacker-news-polls/ |
| Lingue Supportate | 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"
}
} | |