Browser Notes & Reminders

A simple extension which allows you to manage notes in the new tab window

O que é Browser Notes & Reminders?

Browser Notes & Reminders é uma extensão do Chrome desenvolvida por ZhivoTech, e sua principal característica é "A simple extension which allows you to manage notes in the new tab window".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser Notes & Reminders

Baixe arquivos de extensão Browser Notes & Reminders 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

                        If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. 
A simple extension which allows you to manage your notes in the new tab window.                    

Informações Básicas da Extensão

Nome Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
URL Oficial https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
Descrição A simple extension which allows you to manage notes in the new tab window
Tamanho do Arquivo 947 KB
Contagem de Instalações 196
Versão Atual 1.0.0
Última Atualização 2019-11-30
Data de Publicação 2019-11-29
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor ZhivoTech
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.meowplayground.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes & Reminders",
    "version": "1.0.0",
    "description": "A simple extension which allows you to manage notes in the new tab window",
    "background": {
        "persistent": true,
        "scripts": [
            "\/js\/bg.js"
        ]
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*.png",
        "js\/*.png",
        "images\/*.jpg",
        "images\/*.svg",
        "js\/*.json",
        "js\/*.atlas",
        "sound\/*.mp3"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}