GetFlickrImageUrl

Get flickr image url.

What is GetFlickrImageUrl?

GetFlickrImageUrl is a Chrome extension developed by zhanglong, and its main feature is "Get flickr image url.".

Extension Screenshots

screenshot

Download GetFlickrImageUrl Extension CRX File

Download GetFlickrImageUrl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        获取Flickr的图片下载地址。                    

Extension Basic Information

Name GetFlickrImageUrl GetFlickrImageUrl
ID hdldceeeiighhmjgodphijoefcnnpgcn
Official URL https://chromewebstore.google.com/detail/getflickrimageurl/hdldceeeiighhmjgodphijoefcnnpgcn
Description Get flickr image url.
File Size 55.72 KB
Installation Count 180
Current Version 1.4
Last Updated 2013-08-08
Publish Date 2013-08-07
Rating 5.00/5 Total 2 Ratings
Developer zhanglong
Payment Type free
Help Page URL https://github.com/Aaronlong31/GetFlickrImageUrl
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetFlickrImageUrl",
    "description": "Get flickr image url.",
    "version": "1.4",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.flickr.com\/"
    ]
}