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…

Flickr Share with Templateとは何ですか?

Flickr Share with Templateはhttps://blog.othree.netによって開発されたChromeの拡張機能で、その主な機能は「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

Flickr Share with Template拡張機能のCRXファイルをダウンロード

Flickr Share with Template拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Flickr Share with Template Flickr Share with Template
ID dfnfhbapijahpaobcpojofokllocfpnc
公式URL https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc
説明 Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
ファイルサイズ 57.56 KB
インストール数 44
現在のバージョン 0.1.10
最終更新日 2016-01-04
公開日 2016-01-03
評価 5.00/5 合計 1 レビュー
開発者 https://blog.othree.net
支払い方法 free
ヘルプページのURL https://github.com/othree/flickr-share-template
対応言語 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"
    ]
}