Sticky Notes New Tab

Sticky Notes New Tab adds sticky notes to your new tab page.

O que é Sticky Notes New Tab?

Sticky Notes New Tab é uma extensão do Chrome desenvolvida por https://newtabthemebuilder.com, e sua principal característica é "Sticky Notes New Tab adds sticky notes to your new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sticky Notes New Tab

Baixe arquivos de extensão Sticky Notes New Tab 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

                        The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options.                    

Informações Básicas da Extensão

Nome Sticky Notes New Tab Sticky Notes New Tab
ID llokcoejiedkbcibibhhefbcmdhcahdd
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd
Descrição Sticky Notes New Tab adds sticky notes to your new tab page.
Tamanho do Arquivo 5.18 MB
Contagem de Instalações 99
Versão Atual 2023.11.20.519
Última Atualização 2023-11-21
Data de Publicação 2023-08-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://newtabthemebuilder.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky Notes New Tab",
    "description": "Sticky Notes New Tab adds sticky notes to your new tab page.",
    "version": "2023.11.20.519",
    "manifest_version": 3,
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}