Bookmarkoftheday

Bookmark of the day is a chrome extension which shows you one bookmark everyday.

What is Bookmarkoftheday?

Bookmarkoftheday is a Chrome extension developed by Bookmark of the day, and its main feature is "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bookmarkoftheday Extension CRX File

Download Bookmarkoftheday extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bookmark of the day is a chrome extension which shows you one bookmark everyday and makes revisiting bookmarks a blissful experience.                    

Extension Basic Information

Name Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
Official URL https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Description Bookmark of the day is a chrome extension which shows you one bookmark everyday.
File Size 2.54 MB
Installation Count 54
Current Version 0.3
Last Updated 2022-06-29
Publish Date 2022-04-21
Rating 5.00/5 Total 8 Ratings
Developer Bookmark of the day
Email [email protected]
Payment Type free
Extension Website https://www.bookmarkoftheday.xyz/
Supported Languages 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": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "openBookmark": {
            "suggested_key": "Ctrl+B",
            "description": "Open a random bookmark"
        }
    }
}