URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
Что такое URL Reminders?
URL Reminders - это расширение Chrome, разработанное Jack Steel, и его основная функция - "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".
Снимки экрана расширения
Скачать файл CRX расширения URL Reminders
Скачайте файлы расширений URL Reminders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Small and clean reminder extension for Chrome. Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it. Please leave feedback or suggestions to help improve the extension. Credit: Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project
Основная информация о расширении
Название | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
Официальный URL | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
Описание | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
Размер файла | 1.97 MB |
Количество установок | 64 |
Текущая Версия | 0.95 |
Последнее Обновление | 2015-05-24 |
Дата публикации | 2015-05-24 |
Рейтинг | 3.80/5 Всего 5 оценок |
Разработчик | Jack Steel |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "URL Reminders", "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders", "version": "0.95", "author": "Jack Steel", "minimum_chrome_version": "40", "short_name": "Reminders", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/Alert.png" ], "permissions": [ "activeTab", "alarms", "storage", "tabs", "notifications" ] } |