flickr mitbbs

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

什麼是flickr mitbbs?

flickr mitbbs是由http://yuncongzhang.wordpress.com開發的Chrome擴展程式,該擴展的主要功能是“The extension is made to retrieve flickr photo address, with improved user experience from Kailuo”。

擴展截圖

screenshot

下載flickr mitbbs擴展crx文件

下載flickr mitbbs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 flickr mitbbs flickr mitbbs
ID fdklpjofhncchekdkfmfedneodfkilci
官方網址 https://chrome.google.com/webstore/detail/flickr-mitbbs/fdklpjofhncchekdkfmfedneodfkilci
簡介 The extension is made to retrieve flickr photo address, with improved user experience from Kailuo
檔案大小 78.53 KB
安裝次數 30
目前版本 1.3
更新時間 2014-06-01
上架時間 2014-06-01
開發者 http://yuncongzhang.wordpress.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/needforspeed/flickr_photo_addresses
說明頁面URL https://github.com/needforspeed/flickr_photo_addresses
支援的語言 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"
    ]
}