Flickr Share with Template

Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…

O que é Flickr Share with Template?

Flickr Share with Template é uma extensão do Chrome desenvolvida por https://blog.othree.net, e sua principal característica é "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Flickr Share with Template

Baixe arquivos de extensão Flickr Share with Template 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

                        Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With this extension, you can write your own template with mustache template language.

Document: https://github.com/othree/flickr-share-template#readme                    

Informações Básicas da Extensão

Nome Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
URL Oficial https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Descrição Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Tamanho do Arquivo 57.56 KB
Contagem de Instalações 44
Versão Atual 0.1.10
Última Atualização 2016-01-04
Data de Publicação 2016-01-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://blog.othree.net
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/othree/flickr-share-template
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flickr Share with Template",
    "version": "0.1.10",
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "icons": {
        "128": "icons\/128x128.png",
        "48": "icons\/48x48.png",
        "16": "icons\/16x16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_popup": "popup.html"
    },
    "sandbox": {
        "pages": [
            "hogan.html"
        ]
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}