Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
Wat is Hashnode Daily?
Hashnode Daily is een Chrome-extensie ontwikkeld door Piyush Sinha, en de belangrijkste functie is "Get featured articles for the day. Powered by Hashnode API.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hashnode Daily
Download Hashnode Daily-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away. Powered by Hashnode API.
Basisinformatie over de Extensie
Naam | Hashnode Daily |
ID | iegoemajpebnadinmnchmjoiecfciecl |
Officiële URL | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
Beschrijving | Get featured articles for the day. Powered by Hashnode API. |
Bestandsgrootte | 129 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-01-06 |
Publicatiedatum | 2020-12-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Piyush Sinha |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |