OG Flickr

Right click on a flickr photo page to get access to it's original size image

Qu'est-ce que OG Flickr ?

OG Flickr est une extension Chrome développée par Angelo, et sa fonction principale est "Right click on a flickr photo page to get access to it's original size image".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension OG Flickr

Téléchargez les fichiers d'extension OG Flickr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OG Flickr OG Flickr
ID fichomnnmpafldcbpelajknhhmcafcca
URL Officiel https://chromewebstore.google.com/detail/og-flickr/fichomnnmpafldcbpelajknhhmcafcca
Description Right click on a flickr photo page to get access to it's original size image
Taille du Fichier 12.99 KB
Nombre d'Installations 1,157
Version Actuelle 1.2
Dernière Mise à Jour 2014-05-27
Date de Publication 2014-05-26
Évaluation 4.43/5 Total 14 Évaluations
Développeur Angelo
Type de Paiement free
Langues Prises en Charge 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"
}