Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
Qu'est-ce que Hashnode Daily ?
Hashnode Daily est une extension Chrome développée par Piyush Sinha, et sa fonction principale est "Get featured articles for the day. Powered by Hashnode API.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hashnode Daily
Téléchargez les fichiers d'extension Hashnode Daily au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away. Powered by Hashnode API.
Informations de Base sur l'Extension
Nom | Hashnode Daily |
ID | iegoemajpebnadinmnchmjoiecfciecl |
URL Officiel | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
Description | Get featured articles for the day. Powered by Hashnode API. |
Taille du Fichier | 129 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-01-06 |
Date de Publication | 2020-12-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Piyush Sinha |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |