Bookmarkoftheday
Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Co to jest Bookmarkoftheday?
Bookmarkoftheday to rozszerzenie Chrome opracowane przez Bookmark of the day, a jego główną funkcją jest „Bookmark of the day is a chrome extension which shows you one bookmark everyday.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmarkoftheday
Pobierz pliki rozszerzeń Bookmarkoftheday 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
Bookmark of the day is a chrome extension which shows you one bookmark everyday and makes revisiting bookmarks a blissful experience.
Podstawowe informacje o rozszerzeniu
Nazwa | Bookmarkoftheday |
ID | jldlnlkjghmljkcbdebeebbafjgdmllc |
Oficjalny URL | https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc |
Opis | Bookmark of the day is a chrome extension which shows you one bookmark everyday. |
Rozmiar pliku | 2.54 MB |
Liczba instalacji | 54 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2022-06-29 |
Data Publikacji | 2022-04-21 |
Ocena | 5.00/5 Łącznie 8 Oceny |
Deweloper | Bookmark of the day |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.bookmarkoftheday.xyz/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarkoftheday", "description": "Bookmark of the day is a chrome extension which shows you one bookmark everyday.", "version": "0.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/icon\/icon_128.png", "32": ".\/icon\/icon_128.png", "48": ".\/icon\/icon_128.png", "128": ".\/icon\/icon_128.png" }, "action": { "default_title": "Bookmark of the day", "default_icons": { "16": ".\/icon\/icon_16.png", "32": ".\/icon\/icon_48.png", "48": ".\/icon\/icon_48.png", "128": ".\/icon\/icon_128.png" } }, "options_page": ".\/option\/options.html", "permissions": [ "bookmarks", "storage", "tabs", "scripting", "alarms" ], "web_accessible_resources": [ { "resources": [ "icon\/icon_48.png", "option\/options.html", "icon\/twitter.png" ], "matches": [ " |