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…

Was ist Flickr Share with Template?

Flickr Share with Template ist eine Chrome-Erweiterung, die von https://blog.othree.net entwickelt wurde, und ihr Hauptmerkmal ist "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".

Erweiterungsscreenshots

screenshot

Flickr Share with Template-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flickr Share with Template-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
Offizielle URL https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Beschreibung Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Dateigröße 57.56 KB
Installationsanzahl 44
Aktuelle Version 0.1.10
Letztes Update 2016-01-04
Veröffentlichungsdatum 2016-01-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://blog.othree.net
Zahlungsart free
Hilfeseite URL https://github.com/othree/flickr-share-template
Unterstützte Sprachen 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"
    ]
}