Flickr-BIS
Better image search for Flickr
Wat is Flickr-BIS?
Flickr-BIS is een Chrome-extensie ontwikkeld door thedgm, en de belangrijkste functie is "Better image search for Flickr".
Extensie Screenshots
Download het CRX-bestand van de extensie Flickr-BIS
Download Flickr-BIS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Flickr-BIS |
ID | pgodnbpofklncopdhbiacanaplgnaema |
Officiële URL | https://chromewebstore.google.com/detail/flickr-bis/pgodnbpofklncopdhbiacanaplgnaema |
Beschrijving | Better image search for Flickr |
Bestandsgrootte | 49.73 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.0.0.10 |
Laatst Bijgewerkt | 2024-01-05 |
Publicatiedatum | 2014-11-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | thedgm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://flickrbis.sadovo.com/ |
Help Pagina-URL | https://flickrbis.sadovo.com/ |
URL van de Privacybeleid Pagina | https://flickrbis.sadovo.com/privacy.html |
Ondersteunde Talen | 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" } } |