Pop-up Notes
Simple and easy quick notes.
Was ist Pop-up Notes?
Pop-up Notes ist eine Chrome-Erweiterung, die von Leon Tuček entwickelt wurde, und ihr Hauptmerkmal ist "Simple and easy quick notes.".
Erweiterungsscreenshots
Pop-up Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pop-up Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | akdcjhfcjkncbgibooldjcfinlepdbgf |
Offizielle URL | https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf |
Beschreibung | Simple and easy quick notes. |
Dateigröße | 25.56 KB |
Installationsanzahl | 214 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-04-01 |
Veröffentlichungsdatum | 2015-04-01 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Leon Tuček |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |