Browser Notes & Reminders

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

Wat is Browser Notes & Reminders?

Browser Notes & Reminders is een Chrome-extensie ontwikkeld door ZhivoTech, en de belangrijkste functie is "A simple extension which allows you to manage notes in the new tab window".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Browser Notes & Reminders

Download Browser Notes & Reminders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
Officiële URL https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
Beschrijving A simple extension which allows you to manage notes in the new tab window
Bestandsgrootte 947 KB
Aantal Installaties 196
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-11-30
Publicatiedatum 2019-11-29
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar ZhivoTech
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.meowplayground.com/privacy
Ondersteunde Talen 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'"
}