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
电子邮箱 [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"
    ]
}