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…

What is Flickr Share with Template?

Flickr Share with Template is a Chrome extension developed by https://blog.othree.net, and its main feature is "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".

Extension Screenshots

screenshot

Download Flickr Share with Template Extension CRX File

Download Flickr Share with Template extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
Official URL https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Description Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
File Size 57.56 KB
Installation Count 44
Current Version 0.1.10
Last Updated 2016-01-04
Publish Date 2016-01-03
Rating 5.00/5 Total 1 Ratings
Developer https://blog.othree.net
Payment Type free
Help Page URL https://github.com/othree/flickr-share-template
Supported Languages 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"
    ]
}