KB Sticky Notes

Sticky notes while you browse the web.

O que é KB Sticky Notes?

KB Sticky Notes é uma extensão do Chrome desenvolvida por Karl Balemi, e sua principal característica é "Sticky notes while you browse the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão KB Sticky Notes

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

                        PLEASE refresh your tabs after installation to load Sticky Notes.

Open up your sticky notes while browsing the web. Drag around the page to organize and right click to select your favourite colours.

Sign in to chrome to keep your sticky notes synchronized between your devices at work and at home. 

Please note that sticky notes aren't able to appear on chrome:// or new tab pages.                    

Informações Básicas da Extensão

Nome KB Sticky Notes KB Sticky Notes
ID beboamcablfglipfloiafefjobjdlclo
URL Oficial https://chrome.google.com/webstore/detail/kb-sticky-notes/beboamcablfglipfloiafefjobjdlclo
Descrição Sticky notes while you browse the web.
Tamanho do Arquivo 211 KB
Contagem de Instalações 4,645
Versão Atual 1.26
Última Atualização 2016-01-11
Data de Publicação 2016-01-11
Classificação 2.54/5 Total de 78 Avaliações
Desenvolvedor Karl Balemi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KB Sticky Notes",
    "version": "1.26",
    "manifest_version": 2,
    "description": "Sticky notes while you browse the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/app.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/jquery-ui\/ui\/jquery-ui.js",
                "scripts\/sticky-notes.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Sticky Notes"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "styles\/images\/*.png"
    ]
}