Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
O que é Site Reminder?
Site Reminder é uma extensão do Chrome desenvolvida por Boutell.Com, Inc., e sua principal característica é "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Site Reminder
Baixe arquivos de extensão Site Reminder 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
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
Informações Básicas da Extensão
Nome | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
URL Oficial | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Descrição | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Tamanho do Arquivo | 12.49 KB |
Contagem de Instalações | 478 |
Versão Atual | 1.0.3 |
Última Atualização | 2013-09-30 |
Data de Publicação | 2013-09-29 |
Classificação | 4.43/5 Total de 21 Avaliações |
Desenvolvedor | Boutell.Com, Inc. |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |