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…

Co to jest Flickr Share with Template?

Flickr Share with Template to rozszerzenie Chrome opracowane przez https://blog.othree.net, a jego główną funkcją jest „Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Flickr Share with Template

Pobierz pliki rozszerzeń Flickr Share with Template w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
Oficjalny URL https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Opis Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Rozmiar pliku 57.56 KB
Liczba instalacji 44
Aktualna Wersja 0.1.10
Ostatnia Aktualizacja 2016-01-04
Data Publikacji 2016-01-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://blog.othree.net
Typ Płatności free
Adres URL Strony Pomocy https://github.com/othree/flickr-share-template
Obsługiwane Języki 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"
    ]
}