Nifty Photo Viewer

Nifty Photo Viewer is your portal to Flickr.

What is Nifty Photo Viewer?

Nifty Photo Viewer is a Chrome extension developed by Unknown, and its main feature is "Nifty Photo Viewer is your portal to Flickr.".

Extension Screenshots

screenshot
screenshot

Download Nifty Photo Viewer Extension CRX File

Download Nifty Photo Viewer 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

                        This app allows you to browse Flickr by keyword, 20 photos at a time.                    

Extension Basic Information

Name Nifty Photo Viewer Nifty Photo Viewer
ID eoadhobkfpbkdbifilcekhabmfhhphkk
Official URL https://chromewebstore.google.com/detail/nifty-photo-viewer/eoadhobkfpbkdbifilcekhabmfhhphkk
Description Nifty Photo Viewer is your portal to Flickr.
File Size 50.31 KB
Installation Count 143
Current Version 1.0
Last Updated 2012-11-27
Publish Date 2012-11-27
Rating 4.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Extension Website http://niftyphotoviewer.com
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nifty Photo Viewer",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Nifty Photo Viewer is your portal to Flickr.",
    "homepage_url": "http:\/\/niftyphotoviewer.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Nifty Photo Viewer"
    },
    "permissions": [
        "http:\/\/api.flickr.com\/*"
    ]
}