Pop-up Notes

Simple and easy quick notes.

Cos'è Pop-up Notes?

Pop-up Notes è un'estensione di Chrome sviluppata da Leon Tuček, e la sua funzione principale è "Simple and easy quick notes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pop-up Notes

Scarica i file di estensione Pop-up Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pop-up Notes Pop-up Notes
ID akdcjhfcjkncbgibooldjcfinlepdbgf
URL Ufficiale https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf
Descrizione Simple and easy quick notes.
Dimensione del File 25.56 KB
Conteggio Installazioni 214
Versione Corrente 1.0
Ultimo Aggiornamento 2015-04-01
Data di Pubblicazione 2015-04-01
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Leon Tuček
Tipo di Pagamento free
Lingue Supportate 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'"
}