Bookmarkoftheday
Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Hvad er Bookmarkoftheday?
Bookmarkoftheday er en Chrome-udvidelse udviklet af Bookmark of the day, og dens hovedfunktion er "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".
Udvidelsesskærmbilleder
Download Bookmarkoftheday-udvidelses-CRX-fil
Download Bookmarkoftheday-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Bookmark of the day is a chrome extension which shows you one bookmark everyday and makes revisiting bookmarks a blissful experience.
Grundlæggende oplysninger om udvidelsen
Navn | Bookmarkoftheday |
ID | jldlnlkjghmljkcbdebeebbafjgdmllc |
Officiel URL | https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc |
Beskrivelse | Bookmark of the day is a chrome extension which shows you one bookmark everyday. |
Filstørrelse | 2.54 MB |
Antal Installationer | 54 |
Nuværende Version | 0.3 |
Senest Opdateret | 2022-06-29 |
Udgivelsesdato | 2022-04-21 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | Bookmark of the day |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.bookmarkoftheday.xyz/ |
Understøttede Sprog | 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": [ " |