Pop-up Notes

Simple and easy quick notes.

Wat is Pop-up Notes?

Pop-up Notes is een Chrome-extensie ontwikkeld door Leon Tuček, en de belangrijkste functie is "Simple and easy quick notes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pop-up Notes

Download Pop-up Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.                    

Basisinformatie over de Extensie

Naam Pop-up Notes Pop-up Notes
ID akdcjhfcjkncbgibooldjcfinlepdbgf
Officiële URL https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf
Beschrijving Simple and easy quick notes.
Bestandsgrootte 25.56 KB
Aantal Installaties 214
Huidige Versie 1.0
Laatst Bijgewerkt 2015-04-01
Publicatiedatum 2015-04-01
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Leon Tuček
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop-up Notes",
    "options_page": "options.html",
    "description": "Simple and easy quick notes.",
    "icons": {
        "128": "images\/notes-128x128.png",
        "16": "images\/notes-16x16.png",
        "48": "images\/notes-48x48.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}