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…

Apa itu Flickr Share with Template?

Flickr Share with Template adalah ekstensi Chrome yang dikembangkan oleh https://blog.othree.net, dan fitur utamanya adalah "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Flickr Share with Template

Unduh file ekstensi Flickr Share with Template dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
URL Resmi https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
Deskripsi Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Ukuran File 57.56 KB
Jumlah Instalasi 44
Versi Saat Ini 0.1.10
Terakhir Diperbarui 2016-01-04
Tanggal Publikasi 2016-01-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://blog.othree.net
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/othree/flickr-share-template
Bahasa yang Didukung 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"
    ]
}