SiteNotes

Keep notes in your browser associated with your current URL.

O que é SiteNotes?

SiteNotes é uma extensão do Chrome desenvolvida por aleks.krnjaic, e sua principal característica é "Keep notes in your browser associated with your current URL.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SiteNotes

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

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

Informações Básicas da Extensão

Nome SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
URL Oficial https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
Descrição Keep notes in your browser associated with your current URL.
Tamanho do Arquivo 21.58 KB
Contagem de Instalações 19
Versão Atual 1.1
Última Atualização 2016-04-17
Data de Publicação 2016-04-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor aleks.krnjaic
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}