flickr mitbbs

The extension is made to retrieve flickr photo address, with improved user experience from Kailuo

flickr mitbbsとは何ですか?

flickr mitbbsはhttp://yuncongzhang.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「The extension is made to retrieve flickr photo address, with improved user experience from Kailuo」です。

拡張機能のスクリーンショット

screenshot

flickr mitbbs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension can help people to get a list of their flickr photo addresses in their set or organize page. Much thanks to Kailuo for improving user experience.                    

拡張機能の基本情報

名前 flickr mitbbs flickr mitbbs
ID fdklpjofhncchekdkfmfedneodfkilci
公式URL https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci
説明 The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
ファイルサイズ 78.53 KB
インストール数 30
現在のバージョン 1.3
最終更新日 2014-06-01
公開日 2014-06-01
開発者 http://yuncongzhang.wordpress.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/needforspeed/flickr_photo_addresses
ヘルプページのURL https://github.com/needforspeed/flickr_photo_addresses
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flickr mitbbs",
    "version": "1.3",
    "manifest_version": 2,
    "description": "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/",
        "http:\/\/www.flickr.com\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "jquery.js"
    ]
}