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"
}