flickr mitbbs

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

Apa itu flickr mitbbs?

flickr mitbbs adalah ekstensi Chrome yang dikembangkan oleh http://yuncongzhang.wordpress.com, dan fitur utamanya adalah "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi flickr mitbbs

Unduh file ekstensi flickr mitbbs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama flickr mitbbs flickr mitbbs
ID fdklpjofhncchekdkfmfedneodfkilci
URL Resmi https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci
Deskripsi The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
Ukuran File 78.53 KB
Jumlah Instalasi 30
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-06-01
Tanggal Publikasi 2014-06-01
Pengembang http://yuncongzhang.wordpress.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/needforspeed/flickr_photo_addresses
URL Halaman Bantuan https://github.com/needforspeed/flickr_photo_addresses
Bahasa yang Didukung 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"
    ]
}