Bookmarkoftheday

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

O que é Bookmarkoftheday?

Bookmarkoftheday é uma extensão do Chrome desenvolvida por Bookmark of the day, e sua principal característica é "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmarkoftheday

Baixe arquivos de extensão Bookmarkoftheday no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
URL Oficial https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Descrição Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Tamanho do Arquivo 2.54 MB
Contagem de Instalações 54
Versão Atual 0.3
Última Atualização 2022-06-29
Data de Publicação 2022-04-21
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Bookmark of the day
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.bookmarkoftheday.xyz/
Idiomas Suportados 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"
        }
    }
}