Browser Notes & Reminders

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

Hvad er Browser Notes & Reminders?

Browser Notes & Reminders er en Chrome-udvidelse udviklet af ZhivoTech, og dens hovedfunktion er "A simple extension which allows you to manage notes in the new tab window".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Browser Notes & Reminders-udvidelses-CRX-fil

Download Browser Notes & Reminders-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
Officiel URL https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
Beskrivelse A simple extension which allows you to manage notes in the new tab window
Filstørrelse 947 KB
Antal Installationer 196
Nuværende Version 1.0.0
Senest Opdateret 2019-11-30
Udgivelsesdato 2019-11-29
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler ZhivoTech
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.meowplayground.com/privacy
Understøttede Sprog 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'"
}