Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Co je Browser Notes & Reminders?
Browser Notes & Reminders je rozšíření Chrome vyvinuté ZhivoTech, a jeho hlavní funkcí je „A simple extension which allows you to manage notes in the new tab window“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Browser Notes & Reminders
Stáhněte si soubory rozšíření Browser Notes & Reminders ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
Oficiální URL | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
Popis | A simple extension which allows you to manage notes in the new tab window |
Velikost souboru | 947 KB |
Počet instalací | 196 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2019-11-30 |
Datum Vydání | 2019-11-29 |
Hodnocení | 3.33/5 Celkem 3 Hodnocení |
Vývojář | ZhivoTech |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.meowplayground.com/privacy |
Podporované Jazyky | 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'" } |