Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
What is Browser Notes & Reminders?
Browser Notes & Reminders is a Chrome extension developed by ZhivoTech, and its main feature is "A simple extension which allows you to manage notes in the new tab window".
Extension Screenshots
Download Browser Notes & Reminders Extension CRX File
Download Browser Notes & Reminders 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
If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. A simple extension which allows you to manage your notes in the new tab window.
Extension Basic Information
Name | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
Official URL | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
Description | A simple extension which allows you to manage notes in the new tab window |
File Size | 947 KB |
Installation Count | 196 |
Current Version | 1.0.0 |
Last Updated | 2019-11-30 |
Publish Date | 2019-11-29 |
Rating | 3.33/5 Total 3 Ratings |
Developer | ZhivoTech |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.meowplayground.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes & Reminders", "version": "1.0.0", "description": "A simple extension which allows you to manage notes in the new tab window", "background": { "persistent": true, "scripts": [ "\/js\/bg.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*.png", "js\/*.png", "images\/*.jpg", "images\/*.svg", "js\/*.json", "js\/*.atlas", "sound\/*.mp3" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'" } |