Tumblr Photo Notify

For someone who want to see photoes everytime.

O que é Tumblr Photo Notify?

Tumblr Photo Notify é uma extensão do Chrome desenvolvida por macchima23, e sua principal característica é "For someone who want to see photoes everytime.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tumblr Photo Notify

Baixe arquivos de extensão Tumblr Photo Notify 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

                        This extension shows photos from tumblr blog like notification.
You can choice specific URL about tumblr blog
and change notification time in option page.                    

Informações Básicas da Extensão

Nome Tumblr Photo Notify Tumblr Photo Notify
ID khcaacafabdlmeipkgjfdlbknpbfcekf
URL Oficial https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf
Descrição For someone who want to see photoes everytime.
Tamanho do Arquivo 47.74 KB
Contagem de Instalações 41
Versão Atual 0.1.3
Última Atualização 2013-04-09
Data de Publicação 2013-04-09
Desenvolvedor macchima23
Tipo de Pagamento free
Site da Extensão https://github.com/macchima23/tumblr_photo_notify
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/on.png",
        "default_title": "Click to disable TumblrPhotoNotify"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "For someone who want to see photoes everytime.",
    "background": {
        "page": "templates\/background.html"
    },
    "name": "Tumblr Photo Notify",
    "options_page": "templates\/options.html",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/api.tumblr.com\/*"
    ],
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png",
        "16": "images\/16.png"
    },
    "manifest_version": 2,
    "version": "0.1.3"
}