Hashnode Daily
Get featured articles for the day. Powered by Hashnode API.
Co to jest Hashnode Daily?
Hashnode Daily to rozszerzenie Chrome opracowane przez Piyush Sinha, a jego główną funkcją jest „Get featured articles for the day. Powered by Hashnode API.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hashnode Daily
Pobierz pliki rozszerzeń Hashnode Daily w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away.
Powered by Hashnode API. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | iegoemajpebnadinmnchmjoiecfciecl |
| Oficjalny URL | https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl |
| Opis | Get featured articles for the day. Powered by Hashnode API. |
| Rozmiar pliku | 129 KB |
| Liczba instalacji | 28 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2023-01-06 |
| Data Publikacji | 2020-12-24 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Piyush Sinha |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |