flickr mitbbs

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

flickr mitbbsคืออะไร?

flickr mitbbs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://yuncongzhang.wordpress.com และคุณลักษณะหลักของมันคือ "The extension is made to retrieve flickr photo address, with improved user experience from Kailuo"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย flickr mitbbs

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}