Don't Forget

Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances

O que é Don't Forget?

Don't Forget é uma extensão do Chrome desenvolvida por dcarps, e sua principal característica é "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Don't Forget

Baixe arquivos de extensão Don't Forget 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

                        Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)                    

Informações Básicas da Extensão

Nome Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
URL Oficial https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Descrição Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Tamanho do Arquivo 428 KB
Contagem de Instalações 146
Versão Atual 1.0.5
Última Atualização 2013-10-04
Data de Publicação 2013-10-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor dcarps
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/tollus/chrome-dont-forget/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Forget",
    "author": "dcarps",
    "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances",
    "version": "1.0.5",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "omnibox": {
        "keyword": "df"
    },
    "browser_action": {
        "default_icon": "img\/logo_BW128.png",
        "default_popup": "popup\/DontForget.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "options_page": "other\/alarmmgmt.html"
}