Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Что такое Browser Notes & Reminders?
Browser Notes & Reminders - это расширение Chrome, разработанное ZhivoTech, и его основная функция - "A simple extension which allows you to manage notes in the new tab window".
Снимки экрана расширения
Скачать файл CRX расширения Browser Notes & Reminders
Скачайте файлы расширений Browser Notes & Reminders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
Официальный URL | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
Описание | A simple extension which allows you to manage notes in the new tab window |
Размер файла | 947 KB |
Количество установок | 196 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-11-30 |
Дата публикации | 2019-11-29 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | ZhivoTech |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.meowplayground.com/privacy |
Поддерживаемые языки | 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'" } |