Pop up notes

Simple way of taking quick notes

Qu'est-ce que Pop up notes ?

Pop up notes est une extension Chrome développée par Unknown, et sa fonction principale est "Simple way of taking quick notes".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pop up notes

Téléchargez les fichiers d'extension Pop up notes 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

                        Simple way of taking and managing quick notes 


1) Allows you to add/delete new tabs and take notes 
2) Allows you edit your content as per your liking 

This is version 1.  New features will be added in the upcoming versions 


Any comments and suggestions will be appreciated 

Thank you.                    

Informations de Base sur l'Extension

Nom Pop up notes Pop up notes
ID gadonekoamhlbfjfpleffgbbebgdgnik
URL Officiel https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik
Description Simple way of taking quick notes
Taille du Fichier 1.24 MB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2020-01-20
Date de Publication 2020-01-19
Évaluation 5.00/5 Total 7 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop up notes",
    "description": "Simple way of taking quick notes",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}