Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
Was ist Hashnode Daily?
Hashnode Daily ist eine Chrome-Erweiterung, die von Piyush Sinha entwickelt wurde, und ihr Hauptmerkmal ist "Get featured articles for the day. Powered by Hashnode API.".
Erweiterungsscreenshots
Hashnode Daily-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hashnode Daily-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away.
Powered by Hashnode API. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iegoemajpebnadinmnchmjoiecfciecl |
| Offizielle URL | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
| Beschreibung | Get featured articles for the day. Powered by Hashnode API. |
| Dateigröße | 129 KB |
| Installationsanzahl | 28 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2023-01-06 |
| Veröffentlichungsdatum | 2020-12-24 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Piyush Sinha |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |