Bookmarkoftheday

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

Bookmarkoftheday là gì?

Bookmarkoftheday là một tiện ích mở rộng Chrome được phát triển bởi Bookmark of the day, và tính năng chính của nó là "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmarkoftheday

Tải xuống các tệp mở rộng Bookmarkoftheday dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
URL Chính Thức https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Mô tả Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Kích Thước Tệp 2.54 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-06-29
Ngày Phát Hành 2022-04-21
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Bookmark of the day
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bookmarkoftheday.xyz/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}