URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
O que é URL Reminders?
URL Reminders é uma extensão do Chrome desenvolvida por Jack Steel, e sua principal característica é "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Reminders
Baixe arquivos de extensão URL Reminders no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
URL Oficial | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
Descrição | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
Tamanho do Arquivo | 1.97 MB |
Contagem de Instalações | 64 |
Versão Atual | 0.95 |
Última Atualização | 2015-05-24 |
Data de Publicação | 2015-05-24 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | Jack Steel |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |