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…

Qu'est-ce que Flickr Share with Template ?

Flickr Share with Template est une extension Chrome développée par https://blog.othree.net, et sa fonction principale est "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flickr Share with Template

Téléchargez les fichiers d'extension Flickr Share with Template au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
URL Officiel 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…
Taille du Fichier 57.56 KB
Nombre d'Installations 44
Version Actuelle 0.1.10
Dernière Mise à Jour 2016-01-04
Date de Publication 2016-01-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://blog.othree.net
Type de Paiement free
URL de la Page d'Aide https://github.com/othree/flickr-share-template
Langues Prises en Charge 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"
    ]
}