Sticky Notes Tab

Simple sticky notes board - tab extension

O que é Sticky Notes Tab?

Sticky Notes Tab é uma extensão do Chrome desenvolvida por mcha, e sua principal característica é "Simple sticky notes board - tab extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sticky Notes Tab

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

                        A simple sticky notes board - tab extension.
Add sticky notes board to new-tabs.
Options to:
- Change board background color (day/night)
- Change notes background, font-color, font-size, font-family
- Position notes anywhere on the board                    

Informações Básicas da Extensão

Nome Sticky Notes Tab Sticky Notes Tab
ID ofhklbffoehlkndkhdhjlfkiobbcoogd
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd
Descrição Simple sticky notes board - tab extension
Tamanho do Arquivo 70.49 KB
Contagem de Instalações 1,717
Versão Atual 2.0.5
Última Atualização 2020-09-21
Data de Publicação 2019-03-17
Classificação 4.06/5 Total de 18 Avaliações
Desenvolvedor mcha
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mustafawm/stickynotes
URL da Página de Ajuda https://github.com/mustafawm/stickynotes
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes Tab",
    "short_name": "Stick Notes Tab",
    "version": "2.0.5",
    "description": "Simple sticky notes board - tab extension",
    "author": "mustafa",
    "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/16icon.png",
        "32": "icons\/32icon.png",
        "48": "icons\/48icon.png",
        "128": "icons\/128icon.png"
    }
}