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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में flickr mitbbs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}