Your MemoPad - Simply notes for Chrome

Simply notes and tasks in Chrome.

O que é Your MemoPad - Simply notes for Chrome?

Your MemoPad - Simply notes for Chrome é uma extensão do Chrome desenvolvida por https://www.yourmemopad.com, e sua principal característica é "Simply notes and tasks in Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Your MemoPad - Simply notes for Chrome

Baixe arquivos de extensão Your MemoPad - Simply notes for Chrome 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

                        Save your codes, ideas, homeworks or notes with auto-sync and fast access. Could it be more simple?	

Auto-sync with your Chrome account, all your notes always accessible in any computer, at work or at home.

You can copy and paste in YourMemoPad without text format. Never forget your tasks and add descriptions for each one. All your changes will be saved and synced automatically. Basic interface with an intuitive work system ready to use.

CREATE TASK LISTS AND ADD DESCRIPTIONS FOR MORE INFORMATION.
Automatic synchronization with your Google Chrome Browser account. Access your tasks and notes from all desktop device and continue working.

COPY AND PASTE DIRECTLY AS PLAIN TEXT.
Be always available the codes and notes you use the most and save changes directly. Paste here the information you need to have at hand.

MANAGE YOUR TASKS AND REMOVE FINISHED.
Modifies the list or descriptions of each task and do not worry about saving changes, the extension does that automatically for you. Access your tasks and notes from all desktop device and continue working.                    

Informações Básicas da Extensão

Nome Your MemoPad - Simply notes for Chrome Your MemoPad - Simply notes for Chrome
ID foejegkpnomadfpnaofmhcbgmfejboge
URL Oficial https://chromewebstore.google.com/detail/your-memopad-simply-notes/foejegkpnomadfpnaofmhcbgmfejboge
Descrição Simply notes and tasks in Chrome.
Tamanho do Arquivo 344 KB
Contagem de Instalações 824
Versão Atual 1.4
Última Atualização 2016-07-24
Data de Publicação 2016-07-24
Classificação 4.20/5 Total de 10 Avaliações
Desenvolvedor https://www.yourmemopad.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.yourmemopad.com/
URL da Página de Ajuda http://www.yourmemopad.com/p/faq.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your MemoPad - Simply notes for Chrome",
    "description": "Simply notes and tasks in Chrome.",
    "version": "1.4",
    "short_name": "YourMemoPad",
    "homepage_url": "http:\/\/www.yourmemopad.com\/",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "YourMemoPad",
        "default_popup": "popup.html",
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sponsor.png",
        "images\/icon15.png"
    ]
}