Pop-up Notes
Simple and easy quick notes.
What is Pop-up Notes?
Pop-up Notes is a Chrome extension developed by Leon Tuček, and its main feature is "Simple and easy quick notes.".
Extension Screenshots
Download Pop-up Notes Extension CRX File
Download Pop-up Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | akdcjhfcjkncbgibooldjcfinlepdbgf |
Official URL | https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf |
Description | Simple and easy quick notes. |
File Size | 25.56 KB |
Installation Count | 214 |
Current Version | 1.0 |
Last Updated | 2015-04-01 |
Publish Date | 2015-04-01 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Leon Tuček |
Payment Type | free |
Supported Languages | 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'" } |