Flickr-BIS

Better image search for Flickr

What is Flickr-BIS?

Flickr-BIS is a Chrome extension developed by thedgm, and its main feature is "Better image search for Flickr".

Extension Screenshots

screenshot

Download Flickr-BIS Extension CRX File

Download Flickr-BIS 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

                        BIS for Flickr stands for Better-Image-Search for Flickr (obviously).

Extension provides popup with text field that will collect user input.

When input is done - extension provides XHR request to Flickr REST services with method flickr.photo.search and other params as needed.

Response is displayed in popup forming a grid of maximum 20 small images. 

Each image responds to click and loads a larger file representing same picture in new tab.                    

Extension Basic Information

Name Flickr-BIS Flickr-BIS
ID pgodnbpofklncopdhbiacanaplgnaema
Official URL https://chromewebstore.google.com/detail/flickr-bis/pgodnbpofklncopdhbiacanaplgnaema
Description Better image search for Flickr
File Size 49.73 KB
Installation Count 41
Current Version 0.0.0.10
Last Updated 2024-01-05
Publish Date 2014-11-24
Rating 5.00/5 Total 1 Ratings
Developer thedgm
Email [email protected]
Payment Type free
Extension Website https://flickrbis.sadovo.com/
Help Page URL https://flickrbis.sadovo.com/
Privacy Policy Page URL https://flickrbis.sadovo.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.10",
    "manifest_version": 3,
    "name": "Flickr-BIS",
    "description": "Better image search for Flickr",
    "action": {
        "default_icon": "icon\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "host_permissions": [
        "*:\/\/*.flickr.com\/*"
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}