Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
Vad är Hashnode Daily?
Hashnode Daily är en Chrome-tillägg utvecklad av Piyush Sinha, och dess huvudfunktion är "Get featured articles for the day. Powered by Hashnode API.".
Tilläggsskärmbilder
Ladda ner Hashnode Daily-förlängningens CRX-fil
Ladda ner Hashnode Daily-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away.
Powered by Hashnode API. Grundläggande Information om Tillägg
| Namn | |
| ID | iegoemajpebnadinmnchmjoiecfciecl |
| Officiell webbadress | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
| Beskrivning | Get featured articles for the day. Powered by Hashnode API. |
| Filstorlek | 129 KB |
| Antal Installationer | 28 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2023-01-06 |
| Publiceringsdatum | 2020-12-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Piyush Sinha |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |