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…

什么是Flickr Share with Template?

Flickr Share with Template是由https://blog.othree.net开发的Chrome扩展程序,该扩展的主要功能是“Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…”。

扩展截图

screenshot

下载Flickr Share with Template扩展crx文件

下载Flickr Share with Template扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
官方URL https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
简介 Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
文件大小 57.56 KB
安装次数 44
当前版本 0.1.10
更新时间 2016-01-04
上架时间 2016-01-03
评分 5.00/5 共1次评分
开发者 https://blog.othree.net
付费类型 free
帮助页面URL https://github.com/othree/flickr-share-template
支持的语言 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"
    ]
}