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
官方網址 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"
}