Flickr - quick user info
Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos
Wat is Flickr - quick user info?
Flickr - quick user info is een Chrome-extensie ontwikkeld door Agadeta Games, en de belangrijkste functie is "Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos".
Extensie Screenshots
Download het CRX-bestand van de extensie Flickr - quick user info
Download Flickr - quick user info-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
Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos more Flickr stuff: http://yair.aronshtam.net/flickr/
Basisinformatie over de Extensie
Naam | |
ID | lojgoinojoigmeffaljmgiahpngodpmg |
Officiële URL | https://chrome.google.com/webstore/detail/flickr-quick-user-info/lojgoinojoigmeffaljmgiahpngodpmg |
Beschrijving | Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos |
Bestandsgrootte | 10.6 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-01-12 |
Publicatiedatum | 2017-01-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Agadeta Games |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr - quick user info", "version": "1.0.0", "description": "Right-click on any photo in Flickr to quickly get Flickriver page with most popular user photos", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "https:\/\/www.flickr.com\/" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "imageinfo-16.png", "48": "imageinfo-48.png", "128": "imageinfo-128.png" }, "manifest_version": 2 } |