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…

Wat is Flickr Share with Template?

Flickr Share with Template is een Chrome-extensie ontwikkeld door https://blog.othree.net, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flickr Share with Template

Download Flickr Share with Template-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
Officiële URL https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Beschrijving Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Bestandsgrootte 57.56 KB
Aantal Installaties 44
Huidige Versie 0.1.10
Laatst Bijgewerkt 2016-01-04
Publicatiedatum 2016-01-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://blog.othree.net
Betalingswijze free
Help Pagina-URL https://github.com/othree/flickr-share-template
Ondersteunde Talen 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"
    ]
}