flickr mitbbs

The extension is made to retrieve flickr photo address, with improved user experience from Kailuo

Cos'è flickr mitbbs?

flickr mitbbs è un'estensione di Chrome sviluppata da http://yuncongzhang.wordpress.com, e la sua funzione principale è "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione flickr mitbbs

Scarica i file di estensione flickr mitbbs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension can help people to get a list of their flickr photo addresses in their set or organize page. Much thanks to Kailuo for improving user experience.                    

Informazioni di Base sull'Estensione

Nome flickr mitbbs flickr mitbbs
ID fdklpjofhncchekdkfmfedneodfkilci
URL Ufficiale https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci
Descrizione The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
Dimensione del File 78.53 KB
Conteggio Installazioni 30
Versione Corrente 1.3
Ultimo Aggiornamento 2014-06-01
Data di Pubblicazione 2014-06-01
Sviluppatore http://yuncongzhang.wordpress.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/needforspeed/flickr_photo_addresses
URL della Pagina di Aiuto https://github.com/needforspeed/flickr_photo_addresses
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flickr mitbbs",
    "version": "1.3",
    "manifest_version": 2,
    "description": "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/",
        "http:\/\/www.flickr.com\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "jquery.js"
    ]
}