Pop-up Notes
Simple and easy quick notes.
Hvad er Pop-up Notes?
Pop-up Notes er en Chrome-udvidelse udviklet af Leon Tuček, og dens hovedfunktion er "Simple and easy quick notes.".
Udvidelsesskærmbilleder
Download Pop-up Notes-udvidelses-CRX-fil
Download Pop-up Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | akdcjhfcjkncbgibooldjcfinlepdbgf |
Officiel URL | https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf |
Beskrivelse | Simple and easy quick notes. |
Filstørrelse | 25.56 KB |
Antal Installationer | 214 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-04-01 |
Udgivelsesdato | 2015-04-01 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | Leon Tuček |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |