OG Flickr
Right click on a flickr photo page to get access to it's original size image
Wat is OG Flickr?
OG Flickr is een Chrome-extensie ontwikkeld door Angelo, en de belangrijkste functie is "Right click on a flickr photo page to get access to it's original size image".
Extensie Screenshots
Download het CRX-bestand van de extensie OG Flickr
Download OG Flickr-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 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.
Basisinformatie over de Extensie
Naam | OG Flickr |
ID | fichomnnmpafldcbpelajknhhmcafcca |
Officiële URL | https://chromewebstore.google.com/detail/og-flickr/fichomnnmpafldcbpelajknhhmcafcca |
Beschrijving | Right click on a flickr photo page to get access to it's original size image |
Bestandsgrootte | 12.99 KB |
Aantal Installaties | 1,157 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-05-27 |
Publicatiedatum | 2014-05-26 |
Beoordeling | 4.43/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Angelo |
Betalingswijze | free |
Ondersteunde Talen | 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" } |