Browser Notes & Reminders

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

Apa itu Browser Notes & Reminders?

Browser Notes & Reminders adalah ekstensi Chrome yang dikembangkan oleh ZhivoTech, dan fitur utamanya adalah "A simple extension which allows you to manage notes in the new tab window".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Browser Notes & Reminders

Unduh file ekstensi Browser Notes & Reminders dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
URL Resmi https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
Deskripsi A simple extension which allows you to manage notes in the new tab window
Ukuran File 947 KB
Jumlah Instalasi 196
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-11-30
Tanggal Publikasi 2019-11-29
Penilaian 3.33/5 Total 3 Penilaian
Pengembang ZhivoTech
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.meowplayground.com/privacy
Bahasa yang Didukung 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'"
}