Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
Cos'è Hashnode Daily?
Hashnode Daily è un'estensione di Chrome sviluppata da Piyush Sinha, e la sua funzione principale è "Get featured articles for the day. Powered by Hashnode API.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hashnode Daily
Scarica i file di estensione Hashnode Daily 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
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away.
Powered by Hashnode API. Informazioni di Base sull'Estensione
| Nome | |
| ID | iegoemajpebnadinmnchmjoiecfciecl |
| URL Ufficiale | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
| Descrizione | Get featured articles for the day. Powered by Hashnode API. |
| Dimensione del File | 129 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2023-01-06 |
| Data di Pubblicazione | 2020-12-24 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Piyush Sinha |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hashnode Daily",
"version": "1.3",
"description": "Get featured articles for the day. Powered by Hashnode API.",
"background": [
{
"scripts": [
"background.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
}
},
"icons": {
"16": "icons\/logo-16.png",
"32": "icons\/logo-32.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"manifest_version": 2
} | |