Browser Notes & Reminders

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

Qu'est-ce que Browser Notes & Reminders ?

Browser Notes & Reminders est une extension Chrome développée par ZhivoTech, et sa fonction principale est "A simple extension which allows you to manage notes in the new tab window".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Browser Notes & Reminders

Téléchargez les fichiers d'extension Browser Notes & Reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Browser Notes & Reminders Browser Notes & Reminders
ID nnafbnadmchgeajpkodbkhknempaiide
URL Officiel https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide
Description A simple extension which allows you to manage notes in the new tab window
Taille du Fichier 947 KB
Nombre d'Installations 196
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-11-30
Date de Publication 2019-11-29
Évaluation 3.33/5 Total 3 Évaluations
Développeur ZhivoTech
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.meowplayground.com/privacy
Langues Prises en Charge 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'"
}