OG Flickr

Right click on a flickr photo page to get access to it's original size image

什么是OG Flickr?

OG Flickr是由Angelo开发的Chrome扩展程序,该扩展的主要功能是“Right click on a flickr photo page to get access to it's original size image”。

扩展截图

screenshot
screenshot

下载OG Flickr扩展crx文件

下载OG Flickr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Right click on a photo page to get a link to the original size image.  

Alternatively, right click on an image in the gallery view to get a link to the full size image from the gallery.                    

扩展基本信息

名称 OG Flickr OG Flickr
ID fichomnnmpafldcbpelajknhhmcafcca
官方URL https://chromewebstore.google.com/detail/og-flickr/fichomnnmpafldcbpelajknhhmcafcca
简介 Right click on a flickr photo page to get access to it's original size image
文件大小 12.99 KB
安装次数 1,157
当前版本 1.2
更新时间 2014-05-27
上架时间 2014-05-26
评分 4.43/5 共14次评分
开发者 Angelo
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "OGFlickr.js"
        ],
        "matches": [
            "*.flickr.com\/*"
        ]
    },
    "description": "Right click on a flickr photo page to get access to it's original size image",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.0.0",
    "name": "OG Flickr",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2"
}