Browser Notes & Reminders

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

Co to jest Browser Notes & Reminders?

Browser Notes & Reminders to rozszerzenie Chrome opracowane przez ZhivoTech, a jego główną funkcją jest „A simple extension which allows you to manage notes in the new tab window”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Browser Notes & Reminders

Pobierz pliki rozszerzeń Browser Notes & Reminders w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
Oficjalny URL https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
Opis A simple extension which allows you to manage notes in the new tab window
Rozmiar pliku 947 KB
Liczba instalacji 196
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-11-30
Data Publikacji 2019-11-29
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper ZhivoTech
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.meowplayground.com/privacy
Obsługiwane Języki 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'"
}